ramips: raeth: add missing Kconfig and Makefile
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / drivers / net / ethernet / ramips / Kconfig
1 config NET_RAMIPS
2 tristate "Ralink RT288X/RT3X5X/RT3662/RT3883 ethernet driver"
3 depends on MIPS_RALINK
4 select PHYLIB if (SOC_RT288X || SOC_RT3883)
5 help
6 This driver supports the etehrnet mac inside the ralink wisocs
7
8 if NET_RAMIPS
9
10 config NET_RAMIPS_DEBUG
11 bool "Enable debug messages in the Ralink ethernet driver"
12
13 endif