diff options
author | Miquel Raynal <[email protected]> | 2017-09-18 09:58:07 +0200 |
---|---|---|
committer | Gregory CLEMENT <[email protected]> | 2017-09-20 14:29:11 +0200 |
commit | a18615b7ef8d35c799a055013b9af1ec69cf244d (patch) | |
tree | 8f7bff98b237845493a92778c5534bc7c8245bef | |
parent | 6dee349e8c618a0dbb7e7dd0cf31da1a3eadd31a (diff) |
arm64: defconfig: enable Marvell CP110 comphy
The comphy is an hardware block giving access to common PHYs that can be
used by various other engines (Network, SATA, ...). This is used on
Marvell 7k/8k platforms for now. Enable the corresponding driver.
Signed-off-by: Miquel Raynal <[email protected]>
Signed-off-by: Antoine Tenart <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
-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 4c9d4f6692dc..8495b88a0966 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -535,6 +535,7 @@ CONFIG_PWM_TEGRA=m CONFIG_PHY_RCAR_GEN3_USB2=y CONFIG_PHY_HI6220_USB=y CONFIG_PHY_SUN4I_USB=y +CONFIG_PHY_MVEBU_CP110_COMPHY=y CONFIG_PHY_ROCKCHIP_INNO_USB2=y CONFIG_PHY_ROCKCHIP_EMMC=y CONFIG_PHY_ROCKCHIP_PCIE=m |