blob: 5bc480e28b0ca093014122eb39f176fa189f6196 [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
Gabor Juhosd8fec1f2011-01-04 21:28:18 +01008 select ATH79_DEV_LEDS_GPIO
Gabor Juhos0cde7222011-01-04 21:28:17 +01009 help
10 Say 'Y' here if you want your kernel to support the
11 Atheros PB44 reference board.
12
13endmenu
14
Gabor Juhosd4a67d92011-01-04 21:28:14 +010015config SOC_AR71XX
16 def_bool n
17
18config SOC_AR724X
19 def_bool n
20
21config SOC_AR913X
22 def_bool n
23
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010024config ATH79_DEV_LEDS_GPIO
25 def_bool n
26
Gabor Juhosd4a67d92011-01-04 21:28:14 +010027endif