From 64892e44f2ce2612c77b1b20497fb007adafafb8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Aug 2014 14:47:22 -0600 Subject: Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL --- apps/nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/nshlib/Kconfig') diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig index b51b2931e..0add860d6 100644 --- a/apps/nshlib/Kconfig +++ b/apps/nshlib/Kconfig @@ -301,7 +301,7 @@ config NSH_DISABLE_NSFMOUNT config NSH_DISABLE_PS bool "Disable ps" default n - depends on !NUTTX_KERNEL + depends on !BUILD_PROTECTED && !BUILD_KERNEL config NSH_DISABLE_PING bool "Disable ping" -- cgit v1.2.3