Kernel config warning messages when building a project.
1. Build a project with the following config line: configure --enable-board=intel-x86-32 --enable-kernel=standard --enable-rootfs=glibc-small --enable-build=production --with-init=sysvinit --enable-rm-oldimgs=yes --enable-reconfig 2. Run `make` and the following warning messages are shown: WARNING: [kernel config]: specified values did not make it into the kernel's final configuration: Value requested for CONFIG_EDAC_SBRIDGE not in final ".config" Requested value: "CONFIG_EDAC_SBRIDGE=m" Actual value set: "" Value requested for CONFIG_I7300_IDLE not in final ".config" Requested value: "CONFIG_I7300_IDLE=m" Actual value set: "" Value requested for CONFIG_IA32_EMULATION not in final ".config" Requested value: "CONFIG_IA32_EMULATION=y" Actual value set: "" Value requested for CONFIG_X86_64_ACPI_NUMA not in final ".config" Requested value: "CONFIG_X86_64_ACPI_NUMA=y" Actual value set: "" Value requested for CONFIG_X86_X32 not in final ".config" Requested value: "CONFIG_X86_X32=y" Actual value set: ""