From 59934788d1b1ee5263676281ff40dc11eb1effe1 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sat, 27 Dec 2014 02:56:27 +0300 Subject: ARM: versatile: enable missed HAS_DEBUG_LL We already have arch/arm/mach-versatile/include/mach/debug_ll.h but HAS_DEBUG_LL is missed. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4aa6afec1e..97e2526d10 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -191,6 +191,7 @@ config ARCH_VERSATILE select CPU_ARM926T select GPIOLIB select HAVE_CLK + select HAS_DEBUG_LL config ARCH_VEXPRESS bool "ARM Vexpres boards" -- cgit v1.2.3