From 3875cfafb80edf236c43771b7e83c1553712c9e8 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 28 Apr 2020 09:37:27 +0200 Subject: MIPS: ath79: define used, but undefined, Kconfig option SOC_QCA_QCA4531 is selected, but defined no where. fix this. Cc: Oleksij Rempel Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/mips/mach-ath79/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips') 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" -- cgit v1.2.3