aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2022-11-29 17:52:46 -0800
committerTony Ambardar <itugrok@yahoo.com>2023-05-03 10:26:17 -0700
commit3980dfcd05741bd650d0e3d0938bfd071ffa7824 (patch)
tree6008bf4d0421c5337725884bc75b3e8c20d55ec8 /target/linux/ipq806x
parent4fa9ec125ac5b4dfbccdf440e156feb18fb896d0 (diff)
downloadupstream-3980dfcd05741bd650d0e3d0938bfd071ffa7824.tar.gz
upstream-3980dfcd05741bd650d0e3d0938bfd071ffa7824.tar.bz2
upstream-3980dfcd05741bd650d0e3d0938bfd071ffa7824.zip
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>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r--target/linux/ipq806x/config-5.101
-rw-r--r--target/linux/ipq806x/config-5.151
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ipq806x/config-5.10 b/target/linux/ipq806x/config-5.10
index 826dd73455..1f1af06b29 100644
--- a/target/linux/ipq806x/config-5.10
+++ b/target/linux/ipq806x/config-5.10
@@ -135,7 +135,6 @@ CONFIG_DT_IDLE_STATES=y
# CONFIG_DWMAC_GENERIC is not set
CONFIG_DWMAC_IPQ806X=y
# CONFIG_DWMAC_QCOM_ETHQOS is not set
-CONFIG_DYNAMIC_DEBUG=y
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_ETHERNET_PACKET_MANGLE=y
diff --git a/target/linux/ipq806x/config-5.15 b/target/linux/ipq806x/config-5.15
index 0bd6dde11c..6d710e61f5 100644
--- a/target/linux/ipq806x/config-5.15
+++ b/target/linux/ipq806x/config-5.15
@@ -136,7 +136,6 @@ CONFIG_DT_IDLE_STATES=y
# CONFIG_DWMAC_GENERIC is not set
CONFIG_DWMAC_IPQ806X=y
# CONFIG_DWMAC_QCOM_ETHQOS is not set
-CONFIG_DYNAMIC_DEBUG=y
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_ETHERNET_PACKET_MANGLE=y