/drivers/staging/et131x/Kconfig
#! | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | d738d705af2cb5adf975469fa3ff2a5b MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1config ET131X
2 tristate "Agere ET-1310 Gigabit Ethernet support"
3 depends on NETDEV_1000 && PCI
4 default n
5 ---help---
6 This driver supports Agere ET-1310 ethernet adapters.
7
8 To compile this driver as a module, choose M here. The module
9 will be called et131x.
10
11config ET131X_DEBUG
12 bool "Enable et131x debugging"
13 depends on ET131X
14 default n
15 ---help---
16 Say Y for detailed debug information.
17
18 If in doubt, say N.