summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-ath79/Kconfig')
-rw-r--r--arch/mips/mach-ath79/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index e4e10a2f65..3ea78b074a 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -10,8 +10,18 @@ config SOC_QCA_AR9331
config SOC_QCA_AR9344
bool
+if DEBUG_LL
choice
- prompt "Board type"
+ prompt "DEBUG_LL driver"
+
+config DEBUG_AR9331_UART
+ bool "AR9331 Debug UART"
+
+config DEBUG_AR9344_UART
+ bool "AR9344 Debug UART"
+
+endchoice
+endif # DEBUG_LL
config BOARD_8DEVICES_LIMA
bool "8devices LIMA"
@@ -50,6 +60,4 @@ config BOARD_BLACK_SWIFT
select HAVE_IMAGE_COMPRESSION
select HAS_NMON
-endchoice
-
endif