aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2017-08-21 20:17:03 +1200
committerStefan Roese <sr@denx.de>2017-09-26 06:51:30 +0200
commit7654f62f4e84c40e0f604f23126fc794ae843da1 (patch)
tree08c271f09fae7a6b750fafef3a6fed913ed14b7e /arch/arm/mach-mvebu
parent1f6049e2501b5c35c61435dbc05ba96743202674 (diff)
downloadu-boot-7654f62f4e84c40e0f604f23126fc794ae843da1.zip
u-boot-7654f62f4e84c40e0f604f23126fc794ae843da1.tar.gz
u-boot-7654f62f4e84c40e0f604f23126fc794ae843da1.tar.bz2
ARM: mvebu: Convert CONFIG_MVNETA to Kconfig
This converts the following to Kconfig: CONFIG_MVNETA Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/include/mach/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h
index 2dc9b1d..cfd0952 100644
--- a/arch/arm/mach-mvebu/include/mach/config.h
+++ b/arch/arm/mach-mvebu/include/mach/config.h
@@ -76,9 +76,6 @@
*/
#ifdef CONFIG_CMD_NET
#define CONFIG_MII /* expose smi ove miiphy interface */
-#if !defined(CONFIG_ARMADA_375)
-#define CONFIG_MVNETA /* Enable Marvell Gbe Controller Driver */
-#endif
#define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */
#define CONFIG_ARP_TIMEOUT 200
#define CONFIG_NET_RETRY_COUNT 50