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:
xuxin19 2024-09-19 10:12:43 +08:00 committed by Xiang Xiao
parent 31b2438ac1
commit e627850442

View File

@ -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