summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-28 09:37:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 08:41:50 +0200
commit3875cfafb80edf236c43771b7e83c1553712c9e8 (patch)
treefa51d68198e2ce4360a9602e768791a0c539e3bf /arch
parent5a66c8a6d4c4a9e688c151911f1ccf99c96a12a1 (diff)
downloadbarebox-3875cfafb80edf236c43771b7e83c1553712c9e8.tar.gz
barebox-3875cfafb80edf236c43771b7e83c1553712c9e8.tar.xz
MIPS: ath79: define used, but undefined, Kconfig option
SOC_QCA_QCA4531 is selected, but defined no where. fix this. Cc: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mach-ath79/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig
index 97eea6a2a2..9dab5fc92a 100644
--- a/arch/mips/mach-ath79/Kconfig
+++ b/arch/mips/mach-ath79/Kconfig
@@ -6,6 +6,9 @@ config SOC_QCA_AR9331
config SOC_QCA_AR9344
bool
+config SOC_QCA_QCA4531
+ bool
+
if DEBUG_LL
choice
prompt "DEBUG_LL driver"