Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246497
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet |
| Date | 2015-10-14 12:40 +0200 |
| Message-ID | <qjrDs-4cL-1@gated-at.bofh.it> (permalink) |
| References | <qjrDs-4cL-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The Marvell pxa168 ethernet controller is used on Berlin SoCs and is missing from multi_v7_defconfig. Enable it. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> --- 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 2f8984618236..e45f80df403c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -207,6 +207,7 @@ CONFIG_NET_CALXEDA_XGMAC=y CONFIG_IGB=y CONFIG_MV643XX_ETH=y CONFIG_MVNETA=y +CONFIG_PXA168_ETH=y CONFIG_KS8851=y CONFIG_R8169=y CONFIG_SH_ETH=y -- 2.6.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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/4] ARM: multi_v7_defconfig: enable pxa168 Ethernet Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-10-14 12:40 +0200
csiph-web