summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorJeremy Gebben <jgebben@sweptlaser.com>2018-09-19 00:49:35 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2018-10-24 22:45:36 +0300
commit1c6501088ecab1eaa959aae54a560c3e1970ba4c (patch)
tree5fe26a255b1727c5c2deba63af0f819c3def576b /drivers/net/phy/Kconfig
parent9215bb1f37fbeb9dc9c18953040a5170214e9039 (diff)
downloadu-boot-1c6501088ecab1eaa959aae54a560c3e1970ba4c.tar.xz
configs: migrate CONFIG_PHY_AQUANTIA to Kconfig
The aquantia driver requires both CONFIG_PHY_GIGE and CONFIG_PHYLIB_10G. Signed-off-by: Jeremy Gebben <jgebben@sweptlaser.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index f5821dfed9..28f3ee35f1 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -66,6 +66,8 @@ config PHYLIB_10G
config PHY_AQUANTIA
bool "Aquantia Ethernet PHYs support"
+ select PHY_GIGE
+ select PHYLIB_10G
config PHY_ATHEROS
bool "Atheros Ethernet PHYs support"