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/system/flash_eraseall/Kconfig | 2 +- apps/system/i2c/README.txt | 3 ++- apps/system/usbmsc/README.txt | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/system') diff --git a/apps/system/flash_eraseall/Kconfig b/apps/system/flash_eraseall/Kconfig index 032df07bd..5ecc6eb26 100644 --- a/apps/system/flash_eraseall/Kconfig +++ b/apps/system/flash_eraseall/Kconfig @@ -6,7 +6,7 @@ config SYSTEM_FLASH_ERASEALL bool "FLASH eraseall tool" default n - depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL + depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL ---help--- Enable support for the FLASH eraseall tool. diff --git a/apps/system/i2c/README.txt b/apps/system/i2c/README.txt index bb4abc831..a47b7eb0e 100644 --- a/apps/system/i2c/README.txt +++ b/apps/system/i2c/README.txt @@ -361,7 +361,8 @@ The I2C tools requires the following in your NuttX configuration: NOTE 2: This I2C tool uses direct I2C device interfaces. As such, it relies on internal OS interfaces that are not normally available to a user-space program. As a result, the I2C tool cannot be used if a - NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL). + NuttX is built as a protected, supervisor kernel (CONFIG_BUILD_PROTECTED + or CONFIG_BUILD_KERNEL). 3. I2C driver configuration diff --git a/apps/system/usbmsc/README.txt b/apps/system/usbmsc/README.txt index 6734a4ed8..9207dfb6b 100755 --- a/apps/system/usbmsc/README.txt +++ b/apps/system/usbmsc/README.txt @@ -73,4 +73,5 @@ system/usbmsc NOTE 2: This add-on used internal USB device driver interfaces. As such, it relies on internal OS interfaces that are not normally available to a user-space program. As a result, this add-on cannot be used if a - NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL). + NuttX is built as a protected, supervisor kernel (CONFIG_BUILD_PROTECTED + or CONFIG_BUILD_KERNEL). -- cgit v1.2.3