Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: c9927c2bf4f45bb85e8b502ab3fb79ad6483c244 authored by Linus Torvalds on 24 October 2007, 03:50:57 UTC
Linux 2.6.24-rc1
Tip revision: c9927c2
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