Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d70ac829b7f42d7ef4f879635c6a772b0b4ed0a2 authored by Linus Torvalds on 20 June 2008, 23:19:44 UTC
Linux 2.6.26-rc7
Tip revision: d70ac82
Kconfig
config FEC_8XX
	tristate "Motorola 8xx FEC driver"
	depends on 8XX
	select MII

config FEC_8XX_GENERIC_PHY
	bool "Support any generic PHY"
	depends on FEC_8XX
	default y

config FEC_8XX_DM9161_PHY
	bool "Support DM9161 PHY"
	depends on FEC_8XX
	default n

config FEC_8XX_LXT971_PHY
	bool "Support LXT971/LXT972 PHY"
	depends on FEC_8XX
	default n

back to top