summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/kernelconfig
diff options
context:
space:
mode:
authorMichael Grzeschik <mgr@pengutronix.de>2016-06-07 15:35:21 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-06-07 15:35:21 +0200
commit747d606994b028323376ca43e0224c34e922c74f (patch)
treec52f43a212348e9a7b8d6bfcc7da2799d99ef7c1 /configs/platform-beaglebone/kernelconfig
parentc26935637969fb4cdf1383d1a0db87bf1229f887 (diff)
downloadDistroKit-747d606994b028323376ca43e0224c34e922c74f.tar.gz
DistroKit-747d606994b028323376ca43e0224c34e922c74f.tar.xz
platform beaglebone: activate ethernet
This was previously disabled. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-beaglebone/kernelconfig')
-rw-r--r--configs/platform-beaglebone/kernelconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/platform-beaglebone/kernelconfig b/configs/platform-beaglebone/kernelconfig
index 840fdf8..6d7b820 100644
--- a/configs/platform-beaglebone/kernelconfig
+++ b/configs/platform-beaglebone/kernelconfig
@@ -1137,7 +1137,13 @@ CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
-# CONFIG_NET_VENDOR_TI is not set
+CONFIG_NET_VENDOR_TI=y
+CONFIG_TI_DAVINCI_MDIO=y
+CONFIG_TI_DAVINCI_CPDMA=y
+CONFIG_TI_CPSW_PHY_SEL=y
+CONFIG_TI_CPSW_ALE=y
+CONFIG_TI_CPSW=y
+CONFIG_TI_CPTS=y
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_PHYLIB=y