build: add option KERNEL_DEBUG_INFO_BTF_MODULES
authorTony Ambardar <itugrok@yahoo.com>
Fri, 31 May 2024 06:07:22 +0000 (23:07 -0700)
committerNick Hainke <vincent@systemli.org>
Fri, 31 May 2024 21:50:30 +0000 (23:50 +0200)
commitab9bb79d8e30a574c7628c73c4522429805d9307
tree3d2b8a38720e41b2c03cfe894a22d90521fd2116
parent4454361e54b749bdc0b524092aea2366b5d5ed98
build: add option KERNEL_DEBUG_INFO_BTF_MODULES

The recent kernel v6.6.31 update broke BTF-enabled builds since upstream
Linux added a prompt for config option DEBUG_INFO_BTF_MODULES in commit
2166cb2e21 ("bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition").

Fix by updating Config-kernel.in to add the option, cleaning up a related
dependency and whitespace also.

Fixes: 10d77b9bc3 ("kernel: bump 6.6 to 6.6.31")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
config/Config-kernel.in