Commit eb770bf4 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by David S. Miller
Browse files

sh_eth: remove dependencies from Kconfig



Since dependence on the certain SoCs is no  longer  necessary to compile the
driver, remove the dependency list from its Kconfig entry which is a popular
demand anyway...

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 589ebdef
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4,12 +4,6 @@

config SH_ETH
	tristate "Renesas SuperH Ethernet support"
	depends on (SUPERH || ARCH_SHMOBILE) && \
		(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
		 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
		 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7734 || \
		 CPU_SUBTYPE_SH7757 || ARCH_R8A7740 || \
		 ARCH_R8A7778 || ARCH_R8A7779)
	select CRC32
	select NET_CORE
	select MII