cns3xxx: convert ethernet patches to files
[openwrt.git] / target / linux / cns3xxx / files / drivers / net / ethernet / cavium / Kconfig
1 config NET_VENDOR_CAVIUM
2         bool "Cavium devices"
3         default y
4         depends on ARCH_CNS3XXX
5         ---help---
6           If you have a network (Ethernet) chipset belonging to this class,
7           say Y.
8
9           Note that the answer to this question does not directly affect
10           the kernel: saying N will just case the configurator to skip all
11           the questions regarding AMD chipsets. If you say Y, you will be asked
12           for your specific chipset/driver in the following questions.
13
14 if NET_VENDOR_CAVIUM
15
16 config CNS3XXX_ETH
17         tristate "Cavium CNS3xxx Ethernet support"
18         depends on ARCH_CNS3XXX
19         select PHYLIB
20         help
21           Say Y here if you want to use built-in Ethernet ports
22           on CNS3XXX processor.
23
24 endif