From 569042e154b7d211aea82c884607ee568bcd4d3d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 27 Apr 2021 22:23:00 +0200 Subject: debug_ll: support to get rid of mach directories Linux support has no arch/riscv/mach-* directories. If we can get rid of them, we could multi-image build all images at once. Only thing holding us back is . Add as alternative. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20210427202309.32077-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index bddf802d3b..b10fb45b72 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1462,6 +1462,10 @@ endmenu 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.3