ath6kl: Remove unused eeprom.c
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / mips / ath79 / Kconfig
blobb05828260f7f92b6e6c834efbd9c8d6173566fab
1 if ATH79
3 menu "Atheros AR71XX/AR724X/AR913X machine selection"
5 config ATH79_MACH_AP81
6         bool "Atheros AP81 reference board"
7         select SOC_AR913X
8         select ATH79_DEV_AR913X_WMAC
9         select ATH79_DEV_GPIO_BUTTONS
10         select ATH79_DEV_LEDS_GPIO
11         select ATH79_DEV_SPI
12         help
13           Say 'Y' here if you want your kernel to support the
14           Atheros AP81 reference board.
16 config ATH79_MACH_PB44
17         bool "Atheros PB44 reference board"
18         select SOC_AR71XX
19         select ATH79_DEV_GPIO_BUTTONS
20         select ATH79_DEV_LEDS_GPIO
21         select ATH79_DEV_SPI
22         help
23           Say 'Y' here if you want your kernel to support the
24           Atheros PB44 reference board.
26 endmenu
28 config SOC_AR71XX
29         def_bool n
31 config SOC_AR724X
32         def_bool n
34 config SOC_AR913X
35         def_bool n
37 config ATH79_DEV_AR913X_WMAC
38         depends on SOC_AR913X
39         def_bool n
41 config ATH79_DEV_GPIO_BUTTONS
42         def_bool n
44 config ATH79_DEV_LEDS_GPIO
45         def_bool n
47 config ATH79_DEV_SPI
48         def_bool n
50 endif