1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:57:38 +03:00

ramips: raeth: add missing Kconfig and Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30671 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-02-21 09:44:30 +00:00
parent 3ac2b4e29a
commit 8b52220866
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
#
# Makefile for the Ramips SoCs built-in ethernet macs
#
obj-$(CONFIG_NET_RAMIPS) += ramips.o