ar71xx: add dummy debugfs support for the ag71xx driver
[openwrt/openwrt.git] / target / linux / ar71xx / files / 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 config AG71XX_DEBUG
10 bool "Atheros AR71xx built-in ethernet driver debugging"
11 depends on AG71XX
12 default n
13 help
14 Atheros AR71xx built-in ethernet driver debugging messages.
15
16 config AG71XX_DEBUG_FS
17 bool "Atheros AR71xx built-in ethernet driver debugfs support"
18 depends on AG71XX && DEBUG_FS
19 default n
20 help
21 Say Y, if you need access to various statistics provided by
22 the ag71xx driver.
23
24 config AG71XX_AR8216_SUPPORT
25 bool "special support for the Atheros AR8216 switch"
26 depends on AG71XX
27 default n
28 default y if AR71XX_MACH_WNR2000 || AR71XX_MACH_MZK_W04NU || AR71XX_MACH_WRT400N
29 help
30 Say 'y' here if you want to enable special support for the
31 Atheros AR8216 switch found on some boards.