target: kselftest-bpf: Deselect CONFIG_DEBUG_INFO_REDUCED
In order to build the BPF selftests, we need the kernel to be built with CONFIG_DEBUG_INFO_BTF. That option requires CONFIG_DEBUG_INFO_REDUCED to be deselected, but arm64 Linux automatically selects it since commit ed938a4bfc58 ("arm64: defconfig: Use DEBUG_INFO_REDUCED"). As a result selecting CONFIG_DEBUG_INFO_BTF is ignored. Deselect DEBUG_INFO_REDUCED before selecting DEBUG_INFO_BTF.
Signed-off-by: Jean-Philippe Brucker jean-philippe@linaro.org