MIPS: ath79: add initial support for the Atheros PB44 reference board
[firefly-linux-kernel-4.4.55.git] / arch / mips / ath79 / Kconfig
1 if ATH79
2
3 menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
5 config ATH79_MACH_PB44
6         bool "Atheros PB44 reference board"
7         select SOC_AR71XX
8         help
9           Say 'Y' here if you want your kernel to support the
10           Atheros PB44 reference board.
11
12 endmenu
13
14 config SOC_AR71XX
15         def_bool n
16
17 config SOC_AR724X
18         def_bool n
19
20 config SOC_AR913X
21         def_bool n
22
23 endif