diff options
author | Chaithrika U S <chaithrika@ti.com> | 2008-12-09 22:21:25 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-09 22:21:25 -0800 |
commit | dbb7a95d810ab76aac42e1a5cefdf069dcd014a1 (patch) | |
tree | d9dbe0812b74430f5f3130f9950a046b950f3acd /drivers/net/phy/Kconfig | |
parent | e19caae7177fcc732ae1b47135e39f577352adb2 (diff) | |
download | op-kernel-dev-dbb7a95d810ab76aac42e1a5cefdf069dcd014a1.zip op-kernel-dev-dbb7a95d810ab76aac42e1a5cefdf069dcd014a1.tar.gz |
phy: Add LSI ET1011C PHY driver
Adds LSI ET1011C PHY driver.
This driver is used by TI DM646x EVM.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 0b368dc..de9cf51 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -77,6 +77,11 @@ config STE10XP ---help--- This is the driver for the STe100p and STe101p PHYs. +config LSI_ET1011C_PHY + tristate "Driver for LSI ET1011C PHY" + ---help--- + Supports the LSI ET1011C PHY. + config FIXED_PHY bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" depends on PHYLIB=y |