fix menuconfig warning on Kconfig
authorsunghan <sh924.chang@samsung.com>
Mon, 27 Mar 2017 11:12:32 +0000 (20:12 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 27 Mar 2017 11:12:32 +0000 (20:12 +0900)
add type of config

os/kernel/Kconfig

index 3de7feb..ed4903d 100644 (file)
@@ -1043,6 +1043,7 @@ config PREAPP_STACKSIZE
                that is started as soon as the OS completes its initialization.
 
 config MPU_STACKGAURD
+       bool "protect thread stack"
        default n
 
 config PTHREAD_STACK_MIN