diff options
author | David Wu <david.wu@rock-chips.com> | 2017-08-10 21:56:42 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-11 14:28:58 -0700 |
commit | 6b49668e17250879119fc400b68b667c703e1775 (patch) | |
tree | 32497c53510c57c3265efbe28fa6c7a9e5d2adcb | |
parent | 0d33f82efc8a381887b0d4b6d165f1805e7af536 (diff) | |
download | linux-6b49668e17250879119fc400b68b667c703e1775.tar.bz2 |
arm64: defconfig: Enable CONFIG_ROCKCHIP_PHY
Make the rockchip PHY driver built into the kernel.
Signed-off-by: David Wu <david.wu@rock-chips.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 b4ca115b3be1..cdde4f56a281 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -203,6 +203,7 @@ CONFIG_MARVELL_PHY=m CONFIG_MESON_GXL_PHY=m CONFIG_MICREL_PHY=y CONFIG_REALTEK_PHY=m +CONFIG_ROCKCHIP_PHY=y CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m CONFIG_USB_RTL8152=m |