Merge pull request #450 from sunghan-chang/menuconfig
authorbtheosam <b.theogaraj@samsung.com>
Thu, 31 Aug 2017 08:09:02 +0000 (17:09 +0900)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2017 08:09:02 +0000 (17:09 +0900)
refactor menuconfig structure

1  2 
os/Kconfig
os/drivers/Kconfig

diff --cc os/Kconfig
Simple merge
@@@ -17,11 -14,8 +17,9 @@@ config DEV_NUL
  config DEV_ZERO
        bool "Enable /dev/zero"
        default n
 +      depends on NFILE_DESCRIPTORS != 0
  
- menu "Buffering"
- config DRVR_WRITEBUFFER
+ menuconfig DRVR_WRITEBUFFER
        bool "Enable write buffer support"
        depends on SCHED_WORKQUEUE
        default n