MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
[firefly-linux-kernel-4.4.55.git] / arch / mips / ath79 / Kconfig
1 if ATH79
2
3 config SOC_AR71XX
4         def_bool n
5
6 config SOC_AR724X
7         def_bool n
8
9 config SOC_AR913X
10         def_bool n
11
12 endif