Skip to content

kconfig: re-align with savedefconfig

Lucas De Marchi requested to merge tip-config-sync into main

Update our saved config to 6.8-rc2 after passing through savedefconfig:

kernel $ cp ../xe-ci/kernel/kconfig .config && \
	make oldddefconfig && \
	make savedefconfig && \
	cat defconfig > ../xe-ci/kernel/kconfig

Signed-off-by: Lucas De Marchi lucas.demarchi@intel.com

Merge request reports