blob: fabb2b0412d742b4f06d386a21d7491a121f0e4f [file] [log] [blame]
Gabor Juhosd4a67d92011-01-04 21:28:14 +01001if ATH79
2
Gabor Juhos0cde7222011-01-04 21:28:17 +01003menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
5config 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
12endmenu
13
Gabor Juhosd4a67d92011-01-04 21:28:14 +010014config SOC_AR71XX
15 def_bool n
16
17config SOC_AR724X
18 def_bool n
19
20config SOC_AR913X
21 def_bool n
22
23endif