summaryrefslogtreecommitdiffstats
path: root/arch/riscv/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2018-12-18 10:19:38 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-07 08:53:18 +0100
commit5983a71ee3cacf99a31ccb506c8c4d62116a5af1 (patch)
tree3431e09c39d1c60ca97d7ad0c72974556a14e4be /arch/riscv/Kconfig
parent2f6839d44c7c93db733ff6862de728e964ea901d (diff)
downloadbarebox-5983a71ee3cacf99a31ccb506c8c4d62116a5af1.tar.gz
barebox-5983a71ee3cacf99a31ccb506c8c4d62116a5af1.tar.xz
RISC-V: erizo: add DEBUG_LL support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/riscv/Kconfig')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index f1e69377e5..617656ae5e 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -21,6 +21,7 @@ choice
config MACH_ERIZO
bool "erizo family"
+ select HAS_DEBUG_LL
endchoice