Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521461 > unrolled thread

[PATCH] ARM64: configs: Activate Internal PHY for Meson GXL

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-11-14 10:50 +0100
Last post2016-11-14 18:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] ARM64: configs: Activate Internal PHY for Meson GXL Neil Armstrong <narmstrong@baylibre.com> - 2016-11-14 10:50 +0100
    Re: [PATCH] ARM64: configs: Activate Internal PHY for Meson GXL Kevin Hilman <khilman@baylibre.com> - 2016-11-14 18:30 +0100

#1521461 — [PATCH] ARM64: configs: Activate Internal PHY for Meson GXL

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-11-14 10:50 +0100
Subject[PATCH] ARM64: configs: Activate Internal PHY for Meson GXL
Message-ID<sDm3M-5c7-25@gated-at.bofh.it>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dab2cb0..3890321 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -183,7 +183,10 @@ CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
 CONFIG_STMMAC_ETH=m
 CONFIG_REALTEK_PHY=m
+CONFIG_MESON_GXL_PHY=m
 CONFIG_MICREL_PHY=y
+CONFIG_MDIO_BUS_MUX=y
+CONFIG_MDIO_BUS_MUX_MMIOREG=y
 CONFIG_USB_PEGASUS=m
 CONFIG_USB_RTL8150=m
 CONFIG_USB_RTL8152=m
-- 
1.9.1

[toc] | [next] | [standalone]


#1521894

FromKevin Hilman <khilman@baylibre.com>
Date2016-11-14 18:30 +0100
Message-ID<sDteV-1wp-3@gated-at.bofh.it>
In reply to#1521461
Neil Armstrong <narmstrong@baylibre.com> writes:

> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Appled to v4.10/defconfig,

Kevin

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web