diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-18 13:06:59 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-05 11:38:01 -0500 |
commit | 79f428f7fd30a8f46fc2a78e5d924fc5aac15a49 (patch) | |
tree | 58ad923e16f17a7846f3116f4d76d9e77fcd1485 /arch/arm/configs | |
parent | bb2dfcbdcce3ea5be89b0bed261483541a4e8e99 (diff) |
ARM: omap2plus_defconfig: remove unwanted ethernet drivers
None of these drivers are known to be used on
any platform supported by omap2plus_defconfig,
by removing them we get a slight smaller kernel.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 16e719c268dd..6f1ebcde538a 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -129,11 +129,27 @@ CONFIG_BLK_DEV_SD=y | |||
129 | CONFIG_SCSI_SCAN_ASYNC=y | 129 | CONFIG_SCSI_SCAN_ASYNC=y |
130 | CONFIG_MD=y | 130 | CONFIG_MD=y |
131 | CONFIG_NETDEVICES=y | 131 | CONFIG_NETDEVICES=y |
132 | # CONFIG_NET_VENDOR_ARC is not set | ||
133 | # CONFIG_NET_CADENCE is not set | ||
134 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
135 | # CONFIG_NET_VENDOR_CIRRUS is not set | ||
136 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
137 | # CONFIG_NET_VENDOR_HISILICON is not set | ||
138 | # CONFIG_NET_VENDOR_INTEL is not set | ||
139 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
132 | CONFIG_KS8851=y | 140 | CONFIG_KS8851=y |
133 | CONFIG_KS8851_MLL=y | 141 | CONFIG_KS8851_MLL=y |
142 | # CONFIG_NET_VENDOR_MICROCHIP is not set | ||
143 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
144 | # CONFIG_NET_VENDOR_QUALCOMM is not set | ||
145 | # CONFIG_NET_VENDOR_SAMSUNG is not set | ||
146 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
134 | CONFIG_SMC91X=y | 147 | CONFIG_SMC91X=y |
135 | CONFIG_SMSC911X=y | 148 | CONFIG_SMSC911X=y |
149 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
136 | CONFIG_TI_CPSW=y | 150 | CONFIG_TI_CPSW=y |
151 | # CONFIG_NET_VENDOR_VIA is not set | ||
152 | # CONFIG_NET_VENDOR_WIZNET is not set | ||
137 | CONFIG_AT803X_PHY=y | 153 | CONFIG_AT803X_PHY=y |
138 | CONFIG_SMSC_PHY=y | 154 | CONFIG_SMSC_PHY=y |
139 | CONFIG_USB_USBNET=y | 155 | CONFIG_USB_USBNET=y |