Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247982 > unrolled thread
| Started by | Maxime Coquelin <maxime.coquelin@st.com> |
|---|---|
| First post | 2015-10-15 18:30 +0200 |
| Last post | 2015-10-15 22:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: configs: Enable FIXED_PHY in multi_v7 defconfig Maxime Coquelin <maxime.coquelin@st.com> - 2015-10-15 18:30 +0200
Re: [PATCH] ARM: configs: Enable FIXED_PHY in multi_v7 defconfig Arnd Bergmann <arnd@arndb.de> - 2015-10-15 22:50 +0200
| From | Maxime Coquelin <maxime.coquelin@st.com> |
|---|---|
| Date | 2015-10-15 18:30 +0200 |
| Subject | [PATCH] ARM: configs: Enable FIXED_PHY in multi_v7 defconfig |
| Message-ID | <qjTzJ-3md-41@gated-at.bofh.it> |
CONFIG_FIXED_PHY is needed to have Ethernet working on STi boards. Select it as built-in since RootFS is accessible from NFS on these boards. Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> --- Hi Arnd, Olof, Could you please apply it directly as this is the only defconfig patch I have in my queue for v4.4. Thanks, Maxime --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f..76ce528 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -220,6 +220,7 @@ CONFIG_SMSC_PHY=y CONFIG_BROADCOM_PHY=y CONFIG_ICPLUS_PHY=y CONFIG_MICREL_PHY=y +CONFIG_FIXED_PHY=y CONFIG_USB_PEGASUS=y CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC75XX=y -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2015-10-15 22:50 +0200 |
| Message-ID | <qjXDj-11G-5@gated-at.bofh.it> |
| In reply to | #1247982 |
On Thursday 15 October 2015 18:22:15 Maxime Coquelin wrote: > CONFIG_FIXED_PHY is needed to have Ethernet working on STi boards. > > Select it as built-in since RootFS is accessible from NFS on these boards. > > Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com> > Applied to next/defconfig, thanks! Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web