From: sunghan Date: Fri, 24 Mar 2017 10:39:22 +0000 (+0900) Subject: remove unused and wrong config X-Git-Tag: 1.1_Public_Release~648^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6571a137d2481c03217a8e5e74acc3003a93856;p=rtos%2Ftinyara.git remove unused and wrong config There are unnecessary if~endif, usused configs and wrong character on lib and os except arch and net. --- diff --git a/lib/libxx/Kconfig b/lib/libxx/Kconfig index b29ea69..54e43ff 100644 --- a/lib/libxx/Kconfig +++ b/lib/libxx/Kconfig @@ -45,8 +45,7 @@ config UCLIBCXX default n ---help--- If you have installed uClibc++ into the TinyAra source try, then it can - be built by selecting this option. See misc/uClibc++/README.txt for - information on installing uClibc++. + be built by selecting this option. if UCLIBCXX diff --git a/os/drivers/Kconfig b/os/drivers/Kconfig index 1e2c75a..f67cc13 100644 --- a/os/drivers/Kconfig +++ b/os/drivers/Kconfig @@ -63,14 +63,6 @@ endif # DRVR_WRITEBUFFER || DRVR_READAHEAD endmenu # Buffering -config RAMDISK - bool "RAM Disk Support" - default n - ---help--- - Can be used to set up a block of memory or (read-only) FLASH as - a block driver that can be mounted as a files system. See - include/tinyara/fs/ramdisk.h. - menuconfig CAN bool "CAN Driver Support" default n diff --git a/os/fs/procfs/Kconfig b/os/fs/procfs/Kconfig index 6a6a10f..5beb8cd 100644 --- a/os/fs/procfs/Kconfig +++ b/os/fs/procfs/Kconfig @@ -38,11 +38,6 @@ config FS_PROCFS_EXCLUDE_CPULOAD default n depends on SCHED_CPULOAD -config FS_PROCFS_EXCLUDE_MOUNTS - bool "Exclude mounts" - default n - depends on !DISABLE_MOUNTPOINT - config FS_PROCFS_EXCLUDE_MTD bool "Exclude mtd" depends on MTD @@ -63,10 +58,5 @@ config FS_PROCFS_EXCLUDE_POWER depends on PM default n -config FS_PROCFS_EXCLUDE_CCM - bool "Exclude CCM memory usage" - depends on STM32_CCM_PROCFS - default n - endmenu # endif # FS_PROCFS diff --git a/os/fs/romfs/Kconfig b/os/fs/romfs/Kconfig index 5f4b66d..d40bfcb 100644 --- a/os/fs/romfs/Kconfig +++ b/os/fs/romfs/Kconfig @@ -11,5 +11,3 @@ config FS_ROMFS ---help--- Enable ROMFS filesystem support -if FS_ROMFS -endif diff --git a/os/kernel/Kconfig b/os/kernel/Kconfig index bd6b13a..3de7feb 100644 --- a/os/kernel/Kconfig +++ b/os/kernel/Kconfig @@ -416,7 +416,7 @@ endmenu # Tasks and Scheduling menu "Pthread Options" depends on !DISABLE_PTHREAD -config MUTEX_TYPES: +config MUTEX_TYPES bool "Enable mutex types" default n ---help---