From d836d76d97645e6050d8d31d96180f16a6cdbf9f Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Wed, 5 Sep 2012 17:52:13 +0200 Subject: drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet Switch It starts the switch and provides basic access to the registers. This driver could also work with some other Micrel switches, possibly with some small changes. Signed-off-by: Jan Luebbe Signed-off-by: Sascha Hauer --- drivers/net/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/net/Kconfig') diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3c5f729db3..dac1eb927f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -125,5 +125,12 @@ config DRIVER_NET_GIANFAR source "drivers/net/usb/Kconfig" +config DRIVER_NET_MICREL + depends on SPI + bool "Micrel KSZ8864RMN Ethernet Switch driver" + help + This option enables support for enabling the Micrel + KSZ8864RMN Ethernet Switch over SPI. + endmenu -- cgit v1.2.3