Gabor Juhos | d4a67d9 | 2011-01-04 21:28:14 +0100 | [diff] [blame] | 1 | if ATH79 |
| 2 | |
Gabor Juhos | 0cde722 | 2011-01-04 21:28:17 +0100 | [diff] [blame^] | 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 | |
Gabor Juhos | d4a67d9 | 2011-01-04 21:28:14 +0100 | [diff] [blame] | 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 |