forked from nuttx/nuttx-update
fs: Remove the unnecessary Kconfig definition
since all these options should always have the default value Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
01a234bfb1
commit
0eec2f5251
4 changed files with 0 additions and 37 deletions
|
@ -54,15 +54,6 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************
|
||||
*
|
||||
* CONFIG_FS_AUTOMOUNTER - Enables AUTOMOUNT support
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_FS_AUTOMOUNTER_VFS_PATH
|
||||
# define CONFIG_FS_AUTOMOUNTER_VFS_PATH "/var"
|
||||
#endif
|
||||
|
||||
/* Pre-requisites */
|
||||
|
||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
||||
|
|
|
@ -31,12 +31,6 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifndef CONFIG_FS_MQUEUE_MPATH
|
||||
# define CONFIG_FS_MQUEUE_MPATH "/var/mqueue"
|
||||
#endif
|
||||
|
||||
/* Sizes of things */
|
||||
|
||||
#define MAX_MQUEUE_PATH 64
|
||||
|
|
|
@ -36,19 +36,6 @@
|
|||
|
||||
#include "inode/inode.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_EVENT_FD_VFS_PATH
|
||||
#define CONFIG_EVENT_FD_VFS_PATH "/var/event"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EVENT_FD_NPOLLWAITERS
|
||||
/* Maximum number of threads than can be waiting for POLL events */
|
||||
#define CONFIG_EVENT_FD_NPOLLWAITERS 2
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
|
|
@ -45,15 +45,6 @@
|
|||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_TIMER_FD_VFS_PATH
|
||||
#define CONFIG_TIMER_FD_VFS_PATH "/var/timer"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_TIMER_FD_NPOLLWAITERS
|
||||
/* Maximum number of threads than can be waiting for POLL events */
|
||||
#define CONFIG_TIMER_FD_NPOLLWAITERS 2
|
||||
#endif
|
||||
|
||||
#define TIMER_FD_WORK LPWORK
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue