mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: raeth: make debugging messages configurable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30450 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/drivers/net/Kconfig
|
||||
+++ b/drivers/net/Kconfig
|
||||
@@ -494,6 +494,12 @@ config MIPS_AU1X00_ENET
|
||||
@@ -494,6 +494,16 @@ config MIPS_AU1X00_ENET
|
||||
If you have an Alchemy Semi AU1X00 based system
|
||||
say Y. Otherwise, say N.
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
+ depends on MIPS_RALINK
|
||||
+ help
|
||||
+ This driver supports the etehrnet mac inside the ralink wisocs
|
||||
+
|
||||
+config RAMIPS_ETH_DEBUG
|
||||
+ bool "Enable debug messages in the Ralink ethernet driver"
|
||||
+ depends on MIPS_RAMIPS_NET
|
||||
+
|
||||
config SGI_IOC3_ETH
|
||||
bool "SGI IOC3 Ethernet"
|
||||
|
||||
Reference in New Issue
Block a user