diff options
author | Michael Walle <michael@walle.cc> | 2021-01-10 20:54:53 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-18 08:23:01 +0800 |
commit | 31872732a2d520c8bc041c1c4fd2a76dde93f731 (patch) | |
tree | e29ebb7460498a55c90bb35196fc81a5e4802e39 /arch/arm64/configs/defconfig | |
parent | 368e14ddb8c54098c0fc8f78597eaf4eb1a1fc4e (diff) |
arm64: defconfig: Enable Broadcom BCM54140 PHY
Enable support for the QuadPHY on the Kontron K-Box A-230-LS. Enable
the driver as a module.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 5b1f13bad5fb..8214e8136ce8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -351,6 +351,7 @@ CONFIG_QCOM_IPA=m CONFIG_MDIO_BUS_MUX_MMIOREG=y CONFIG_MDIO_BUS_MUX_MULTIPLEXER=y CONFIG_AQUANTIA_PHY=y +CONFIG_BCM54140_PHY=m CONFIG_MARVELL_PHY=m CONFIG_MARVELL_10G_PHY=m CONFIG_MESON_GXL_PHY=m |