ramips: raeth: add missing Kconfig and Makefile
SVN-Revision: 30671
This commit is contained in:
parent
3ba0f4e1ca
commit
5e6bc97d0c
|
@ -0,0 +1,13 @@
|
||||||
|
config NET_RAMIPS
|
||||||
|
tristate "Ralink RT288X/RT3X5X/RT3662/RT3883 ethernet driver"
|
||||||
|
depends on MIPS_RALINK
|
||||||
|
select PHYLIB if (SOC_RT288X || SOC_RT3883)
|
||||||
|
help
|
||||||
|
This driver supports the etehrnet mac inside the ralink wisocs
|
||||||
|
|
||||||
|
if NET_RAMIPS
|
||||||
|
|
||||||
|
config NET_RAMIPS_DEBUG
|
||||||
|
bool "Enable debug messages in the Ralink ethernet driver"
|
||||||
|
|
||||||
|
endif
|
|
@ -0,0 +1,5 @@
|
||||||
|
#
|
||||||
|
# Makefile for the Ramips SoCs built-in ethernet macs
|
||||||
|
#
|
||||||
|
|
||||||
|
obj-$(CONFIG_NET_RAMIPS) += ramips.o
|
Loading…
Reference in New Issue