From 5b8bb2f94650da66cf4510cc04afb324697dcc3e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 2 Mar 2023 12:15:58 +0100 Subject: ARM: drop CONFIG_HAS_ASM_DEBUG_LL When CONFIG_HAS_ASM_DEBUG_LL is set then include/debug_ll.h includes asm/debug_ll.h, otherwise it includes mach/debug_ll.h. Drop this option and instead always include asm/debug_ll.h and include mach/debug_ll.h from there if necessary. This also adds the missing asm/debug_ll.h for architectures which previously did not have that file. Link: https://lore.barebox.org/20230302111606.1054037-6-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index d957970993..96ab687af2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1639,10 +1639,6 @@ source "common/efi/Kconfig" config HAS_DEBUG_LL bool -config HAS_ASM_DEBUG_LL - bool - select HAS_DEBUG_LL - config DDR_SPD bool select CRC_ITU_T -- cgit v1.2.1