Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / mips / ath79 / Kconfig
1 if ATH79
2
3 menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
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.
15
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.
25
26 endmenu
27
28 config SOC_AR71XX
29         def_bool n
30
31 config SOC_AR724X
32         def_bool n
33
34 config SOC_AR913X
35         def_bool n
36
37 config ATH79_DEV_AR913X_WMAC
38         depends on SOC_AR913X
39         def_bool n
40
41 config ATH79_DEV_GPIO_BUTTONS
42         def_bool n
43
44 config ATH79_DEV_LEDS_GPIO
45         def_bool n
46
47 config ATH79_DEV_SPI
48         def_bool n
49
50 endif