Kconfig (95148229d32e5c68445a59d981482dba57f91919) | Kconfig (aaba215ca0b4232824c92b830853f465f16a6672) |
---|---|
1# 2# Cirrus network device configuration 3# 4 5config NET_VENDOR_CIRRUS 6 bool "Cirrus devices" 7 default y 8 depends on ARM && ARCH_EP93XX --- 7 unchanged lines hidden (view full) --- 16 the questions about Cirrus cards. If you say Y, you will be asked 17 for your specific card in the following questions. 18 19if NET_VENDOR_CIRRUS 20 21config EP93XX_ETH 22 tristate "EP93xx Ethernet support" 23 depends on ARM && ARCH_EP93XX | 1# 2# Cirrus network device configuration 3# 4 5config NET_VENDOR_CIRRUS 6 bool "Cirrus devices" 7 default y 8 depends on ARM && ARCH_EP93XX --- 7 unchanged lines hidden (view full) --- 16 the questions about Cirrus cards. If you say Y, you will be asked 17 for your specific card in the following questions. 18 19if NET_VENDOR_CIRRUS 20 21config EP93XX_ETH 22 tristate "EP93xx Ethernet support" 23 depends on ARM && ARCH_EP93XX |
24 select NET_CORE |
|
24 select MII 25 help 26 This is a driver for the ethernet hardware included in EP93xx CPUs. 27 Say Y if you are building a kernel for EP93xx based devices. 28 29endif # NET_VENDOR_CIRRUS | 25 select MII 26 help 27 This is a driver for the ethernet hardware included in EP93xx CPUs. 28 Say Y if you are building a kernel for EP93xx based devices. 29 30endif # NET_VENDOR_CIRRUS |