blob: 23162053ca4b42d4a4b4e80fea1934dc6866ce8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/arch/mips/ath79/Kconfig
+++ b/arch/mips/ath79/Kconfig
@@ -94,6 +94,8 @@ choice
select SOC_AR913X
endchoice
+source "arch/mips/ath79/Kconfig.openwrt"
+
endmenu
config SOC_AR71XX
|