diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-08-19 07:04:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-19 18:15:18 -0700 |
commit | cd9d4ff9b78fcd0fc4708900ba3e52e71e1a7690 (patch) | |
tree | e7b89d62771c433e9e0529a4b3745e39f29ab3df /drivers/atm/Kconfig | |
parent | 2f102274e8129c9c0bb3a2bde0f641531aefea8b (diff) |
Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_IDT77105
This should be IDT77105, not IDT77015.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 2e2efa577437..8c37294f1d1e 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -200,7 +200,7 @@ config ATM_NICSTAR_USE_SUNI make the card work). config ATM_NICSTAR_USE_IDT77105 - bool "Use IDT77015 PHY driver (25Mbps)" + bool "Use IDT77105 PHY driver (25Mbps)" depends on ATM_NICSTAR help Support for the PHYsical layer chip in ForeRunner LE25 cards. In |