[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180611142555.20427-1-andrea.greco.gapmilano@gmail.com>
Date: Mon, 11 Jun 2018 16:25:54 +0200
From: Andrea Greco <andrea.greco.gapmilano@...il.com>
To: davem@...emloft.net
Cc: tobin@...orbit.com, Andrea Greco <a.greco@...gma.it>,
Michael Grzeschik <m.grzeschik@...gutronix.de>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/6] arcnet: leds: Removed leds dependecy
From: Andrea Greco <a.greco@...gma.it>
Only PCI driver depends from leds class.
Signed-off-by: Andrea Greco <a.greco@...gma.it>
---
drivers/net/arcnet/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/arcnet/Kconfig b/drivers/net/arcnet/Kconfig
index 39bd16f3f86d..afc5898e7a16 100644
--- a/drivers/net/arcnet/Kconfig
+++ b/drivers/net/arcnet/Kconfig
@@ -103,7 +103,6 @@ config ARCNET_RIM_I
config ARCNET_COM20020
tristate "ARCnet COM20020 chipset driver"
- depends on LEDS_CLASS
help
This is the driver for the new COM20020 chipset. It supports such
things as promiscuous mode, so packet sniffing is possible, and
@@ -118,6 +117,7 @@ config ARCNET_COM20020_ISA
config ARCNET_COM20020_PCI
tristate "Support for COM20020 on PCI"
+ depends on LEDS_CLASS
depends on ARCNET_COM20020 && PCI
config ARCNET_COM20020_CS
--
2.14.4
Powered by blists - more mailing lists