If new options are introduced, but openeuler_defconfig is not explicitly
configured, the actual compiled version may be configured according to
the default settings, which may be different from the author's expectation.
Therefore, some commands/scripts are added to help developers to check and update
the defconfig. It is also convenient for continuous integration tools to
check the consistency of defconfig.
Based on OLK-5.10 openeuler_defconfig, use the commands mentioned above to
generate the initial openeuler_defconfig for OLK-6.6 kernel build.
Xie XiuQi (1):
kconfig: Add script to check & update openeuler_defconfig
Zheng Zengkai (2):
config: add initial openeuler_defconfig for arm64
config: add initial openeuler_defconfig for x86
arch/arm64/configs/openeuler_defconfig | 7942 ++++++++++++++++++++
arch/x86/configs/openeuler_defconfig | 9158 ++++++++++++++++++++++++
scripts/kconfig/Makefile | 22 +
scripts/kconfig/makeconfig.sh | 24 +
4 files changed, 17146 insertions(+)
create mode 100644 arch/arm64/configs/openeuler_defconfig
create mode 100644 arch/x86/configs/openeuler_defconfig
create mode 100644 scripts/kconfig/makeconfig.sh
--
2.20.1