Kconfig: Move 'option modules' from NSH_FILE_APPS to BUILD_LOADABLE

This commit is contained in:
anchao
2018-08-27 07:06:57 -06:00
committed by Gregory Nutt
parent 7864ef1588
commit 5f28be71e5
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -163,6 +163,7 @@ config APPS_DIR
config BUILD_LOADABLE
bool "NuttX application loadable build"
option modules
default n if !BUILD_KERNEL
default y if BUILD_KERNEL
---help---