diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-10-10 02:12:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-11-24 01:13:42 -0500 |
commit | f3a3d2cfb7fb10e2e23d02abb5459ff974f2c8bd (patch) | |
tree | 1b71383dc126847594ad57b582f8834f82518a06 | |
parent | d4df4b2716336d24e243013c5e64b867c18ccc29 (diff) |
ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
CONFIG_SMC911X is not needed by marzen.
It appears to have been accidently enabled as well
as CONFIG_SMSC911X which is needed by marzen.
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index a423badba241..9ce38f6931e5 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig | |||
@@ -59,7 +59,6 @@ CONFIG_NETDEVICES=y | |||
59 | # CONFIG_NET_VENDOR_MICREL is not set | 59 | # CONFIG_NET_VENDOR_MICREL is not set |
60 | # CONFIG_NET_VENDOR_NATSEMI is not set | 60 | # CONFIG_NET_VENDOR_NATSEMI is not set |
61 | # CONFIG_NET_VENDOR_SEEQ is not set | 61 | # CONFIG_NET_VENDOR_SEEQ is not set |
62 | CONFIG_SMC911X=y | ||
63 | CONFIG_SMSC911X=y | 62 | CONFIG_SMSC911X=y |
64 | # CONFIG_NET_VENDOR_STMICRO is not set | 63 | # CONFIG_NET_VENDOR_STMICRO is not set |
65 | # CONFIG_WLAN is not set | 64 | # CONFIG_WLAN is not set |