ar71xx: move arch specific files to files-2.6.39
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files-2.6.39 / drivers / net / ag71xx / Kconfig
1 config AG71XX
2 tristate "Atheros AR71xx built-in ethernet mac support"
3 depends on ATHEROS_AR71XX
4 select PHYLIB
5 help
6 If you wish to compile a kernel for AR71xx/91xx and enable
7 ethernet support, then you should always answer Y to this.
8
9 if AG71XX
10
11 config AG71XX_DEBUG
12 bool "Atheros AR71xx built-in ethernet driver debugging"
13 default n
14 help
15 Atheros AR71xx built-in ethernet driver debugging messages.
16
17 config AG71XX_DEBUG_FS
18 bool "Atheros AR71xx built-in ethernet driver debugfs support"
19 depends on DEBUG_FS
20 default n
21 help
22 Say Y, if you need access to various statistics provided by
23 the ag71xx driver.
24
25 config AG71XX_AR8216_SUPPORT
26 bool "special support for the Atheros AR8216 switch"
27 default n
28 default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU
29 help
30 Say 'y' here if you want to enable special support for the
31 Atheros AR8216 switch found on some boards.
32
33 endif