mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
31b2438ac1
commit
e627850442
1 changed files with 1 additions and 0 deletions
1
Kconfig
1
Kconfig
|
|
@ -275,6 +275,7 @@ config BASE_DEFCONFIG
|
|||
|
||||
config MODULES
|
||||
bool
|
||||
option modules
|
||||
---help---
|
||||
Automatically selected if KERNEL build is selected.
|
||||
This selection marks the implementation of Kconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue