Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1707279
| From | David Wu <david.wu@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 03/12] arm64: defconfig: Enable CONFIG_ROCKCHIP_PHY |
| Date | 2017-08-09 14:10 +0200 |
| Message-ID | <ucxYe-6SW-3@gated-at.bofh.it> (permalink) |
| References | <ucxYe-6SW-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Make the rockchip phy driver built into the kernel. Signed-off-by: David Wu <david.wu@rock-chips.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..925bd478 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 -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 03/12] arm64: defconfig: Enable CONFIG_ROCKCHIP_PHY David Wu <david.wu@rock-chips.com> - 2017-08-09 14:10 +0200
csiph-web