diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-09-18 03:58:06 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-09-20 08:26:22 -0400 |
commit | 6dee349e8c618a0dbb7e7dd0cf31da1a3eadd31a (patch) | |
tree | 7cce0a1e6ded55f4908e3ad1b2c2cabec75babb1 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
arm64: defconfig: enable the Marvell 10G PHY as a module
The Marvell 10G PHY is present on mvebu platforms. Enable it as a module
so that the network works on these platforms.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 34480e9af2e7..4c9d4f6692dc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -204,6 +204,7 @@ CONFIG_STMMAC_ETH=m | |||
204 | CONFIG_MDIO_BUS_MUX_MMIOREG=y | 204 | CONFIG_MDIO_BUS_MUX_MMIOREG=y |
205 | CONFIG_AT803X_PHY=m | 205 | CONFIG_AT803X_PHY=m |
206 | CONFIG_MARVELL_PHY=m | 206 | CONFIG_MARVELL_PHY=m |
207 | CONFIG_MARVELL_10G_PHY=m | ||
207 | CONFIG_MESON_GXL_PHY=m | 208 | CONFIG_MESON_GXL_PHY=m |
208 | CONFIG_MICREL_PHY=y | 209 | CONFIG_MICREL_PHY=y |
209 | CONFIG_REALTEK_PHY=m | 210 | CONFIG_REALTEK_PHY=m |