mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
build(bugfix):ensure compatibility between kconfig-frontend and kconfiglib in kernel build
Because kconfiglib recognizes MODULE configuration but not modules attributes, and kconfig-frontend is compatible with the latest modules attributes of Linux, we can only use the old version to use MODULE configuration plus options modules to be compatible with both. Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
@@ -275,6 +275,7 @@ config BASE_DEFCONFIG
|
|||||||
|
|
||||||
config MODULES
|
config MODULES
|
||||||
bool
|
bool
|
||||||
|
option modules
|
||||||
---help---
|
---help---
|
||||||
Automatically selected if KERNEL build is selected.
|
Automatically selected if KERNEL build is selected.
|
||||||
This selection marks the implementation of Kconfig
|
This selection marks the implementation of Kconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user