kernel: fix handling of CONFIG_DYNAMIC_DEBUG
authorTony Ambardar <itugrok@yahoo.com>
Wed, 30 Nov 2022 01:52:46 +0000 (17:52 -0800)
committerTony Ambardar <itugrok@yahoo.com>
Wed, 3 May 2023 17:26:17 +0000 (10:26 -0700)
commit3980dfcd05741bd650d0e3d0938bfd071ffa7824
tree6008bf4d0421c5337725884bc75b3e8c20d55ec8
parent4fa9ec125ac5b4dfbccdf440e156feb18fb896d0
kernel: fix handling of CONFIG_DYNAMIC_DEBUG

Since CONFIG_DYNAMIC_DEBUG is already managed via the KERNEL_DYNAMIC_DEBUG
setting in Config-kernel.in (default N), remove or disable it in target
configs which unconditionally enable it, along with the related setting
CONFIG_DYNAMIC_DEBUG_CORE. This saves several KB in the kernels for
ipq40xx, ipq806x, filogic, mt7622, qoriq, and sunxi.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
target/linux/generic/config-5.10
target/linux/generic/config-5.15
target/linux/ipq40xx/config-5.15
target/linux/ipq806x/config-5.10
target/linux/ipq806x/config-5.15
target/linux/mediatek/filogic/config-5.15
target/linux/mediatek/mt7622/config-5.15
target/linux/qoriq/config-5.15
target/linux/sunxi/config-5.15