diff options
author | Luka Perkov <luka@openwrt.org> | 2012-11-11 20:03:56 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-11-11 20:03:56 +0000 |
commit | e38adfc912d8232651c06202cc4f170359482169 (patch) | |
tree | 4213b27971de2cdd758b007d806be1552f29b67a /target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig | |
parent | 306894b88fde3858773b8fd430eb6a88ed3c6c43 (diff) | |
download | mtk-20170518-e38adfc912d8232651c06202cc4f170359482169.zip mtk-20170518-e38adfc912d8232651c06202cc4f170359482169.tar.gz mtk-20170518-e38adfc912d8232651c06202cc4f170359482169.tar.bz2 |
cns3xxx: convert ethernet patches to files
SVN-Revision: 34161
Diffstat (limited to 'target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig')
-rw-r--r-- | target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig b/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig new file mode 100644 index 0000000..79eebe2 --- /dev/null +++ b/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/Kconfig @@ -0,0 +1,24 @@ +config NET_VENDOR_CAVIUM + bool "Cavium devices" + default y + depends on ARCH_CNS3XXX + ---help--- + If you have a network (Ethernet) chipset belonging to this class, + say Y. + + Note that the answer to this question does not directly affect + the kernel: saying N will just case the configurator to skip all + the questions regarding AMD chipsets. If you say Y, you will be asked + for your specific chipset/driver in the following questions. + +if NET_VENDOR_CAVIUM + +config CNS3XXX_ETH + tristate "Cavium CNS3xxx Ethernet support" + depends on ARCH_CNS3XXX + select PHYLIB + help + Say Y here if you want to use built-in Ethernet ports + on CNS3XXX processor. + +endif |