From 76fae1d169e5ea82439d9265d7a5de047d4c1a95 Mon Sep 17 00:00:00 2001 From: Tony Ambardar Date: Sun, 20 Sep 2020 05:30:30 -0700 Subject: config: limit CONFIG_DEBUG_INFO to top-level generic configs Remove redundant target-level entries, noting that these settings will be configured from "Kernel build options" of Kconfig. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [remove from new configs introduced after patch submission] Signed-off-by: Stijn Tintel --- target/linux/at91/sam9x/config-default | 1 - target/linux/at91/sama7/config-default | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/at91') diff --git a/target/linux/at91/sam9x/config-default b/target/linux/at91/sam9x/config-default index 9f97e7542e..07dfee21b8 100644 --- a/target/linux/at91/sam9x/config-default +++ b/target/linux/at91/sam9x/config-default @@ -81,7 +81,6 @@ CONFIG_CRYPTO_HASH_INFO=y CONFIG_CRYPTO_LZO=y CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_ZSTD=y -CONFIG_DEBUG_INFO=y CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default index 6b69c43d7a..30965850ca 100644 --- a/target/linux/at91/sama7/config-default +++ b/target/linux/at91/sama7/config-default @@ -118,7 +118,6 @@ CONFIG_CRYPTO_SHA256=y CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_AT91_SAMA7G5_FLEXCOM3=y CONFIG_DEBUG_AT91_UART=y -CONFIG_DEBUG_INFO=y CONFIG_DEBUG_LL=y CONFIG_DEBUG_LL_INCLUDE="debug/at91.S" CONFIG_DEBUG_UART_PHYS=0xe1824200 -- cgit v1.2.3