remove unused and wrong config
authorsunghan <sh924.chang@samsung.com>
Fri, 24 Mar 2017 10:39:22 +0000 (19:39 +0900)
committersunghan <sh924.chang@samsung.com>
Fri, 24 Mar 2017 10:39:22 +0000 (19:39 +0900)
There are unnecessary if~endif, usused configs and wrong character
 on lib and os except arch and net.

lib/libxx/Kconfig
os/drivers/Kconfig
os/fs/procfs/Kconfig
os/fs/romfs/Kconfig
os/kernel/Kconfig

index b29ea69..54e43ff 100644 (file)
@@ -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
 
index 1e2c75a..f67cc13 100644 (file)
@@ -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
index 6a6a10f..5beb8cd 100644 (file)
@@ -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
index 5f4b66d..d40bfcb 100644 (file)
@@ -11,5 +11,3 @@ config FS_ROMFS
        ---help---
                Enable ROMFS filesystem support
 
-if FS_ROMFS
-endif
index bd6b13a..3de7feb 100644 (file)
@@ -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---