diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-07-31 19:30:07 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-13 12:06:57 +0200 |
commit | 80d352de659b57e69856b00d773d7abefe28bf32 (patch) | |
tree | 32d0217a4382ac07dfd3c209b6db6fff507c8064 /arch/arm/configs | |
parent | 5bfb1e4113ed88f0da07a3628f5b9be7b5c29384 (diff) | |
download | blackbird-op-linux-80d352de659b57e69856b00d773d7abefe28bf32.tar.gz blackbird-op-linux-80d352de659b57e69856b00d773d7abefe28bf32.zip |
ARM: at91/defconfig: at91_dt: remove ARM_AT91_ETHER
CONFIG_ARM_AT91_ETHER doesn't exist anymore, both drivers have been merged
in the macb driver.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 0a21ab1b1a63..090c5b25dbed 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -73,7 +73,6 @@ CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y # CONFIG_SCSI_LOWLEVEL is not set CONFIG_NETDEVICES=y -CONFIG_ARM_AT91_ETHER=y CONFIG_MACB=y # CONFIG_NET_VENDOR_BROADCOM is not set CONFIG_DM9000=y |