From 8c3c7c5d646f377fd52cda3b79a84808c6c7bbec Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 9 Sep 2013 14:11:48 +0200 Subject: net: designware: make alt/enhanced descriptor runtime configurable Instead of hardcoding the alternate/enhanced descriptor layout make it configurable during runtime. This is based on the value of the enh_desc variable which is currently hardcoded to zero. This should be configurable via device_id in the future. Since currently we have no in tree user of this driver this currently doesn't hurt. Signed-off-by: Sascha Hauer --- drivers/net/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/net/Kconfig') diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bd04531a2b..5d7d20f08d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -134,11 +134,6 @@ config DRIVER_NET_DESIGNWARE This option enables support for the Synopsys Designware Core Univesal MAC 10M/100M/1G ethernet IP. -config DRIVER_NET_DESIGNWARE_ALTDESCRIPTOR - bool - depends on DRIVER_NET_DESIGNWARE - default n - config DRIVER_NET_GIANFAR bool "Gianfar Ethernet" depends on ARCH_MPC85XX -- cgit v1.2.3