diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-01 08:06:32 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-04 11:32:01 -0500 |
commit | 51756cbd407b760858a16341eb37ee527be178fd (patch) | |
tree | 71ea741aa1a169f8d9ecf931cde43baaf9ca2f6b /arch/arm | |
parent | 97466d77e848d9b1baf0fdedb424284015848862 (diff) |
ARM: at91/defconfig: add DM9000 to at91_dt
This chip is present on at91sam9261ek board: add it to the at91_dt_defconfig.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/at91_dt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 6ccf937a60f2..a67375f24b21 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig | |||
@@ -80,6 +80,7 @@ CONFIG_BLK_DEV_SD=y | |||
80 | CONFIG_NETDEVICES=y | 80 | CONFIG_NETDEVICES=y |
81 | CONFIG_MACB=y | 81 | CONFIG_MACB=y |
82 | # CONFIG_NET_VENDOR_BROADCOM is not set | 82 | # CONFIG_NET_VENDOR_BROADCOM is not set |
83 | CONFIG_DM9000=y | ||
83 | # CONFIG_NET_VENDOR_FARADAY is not set | 84 | # CONFIG_NET_VENDOR_FARADAY is not set |
84 | # CONFIG_NET_VENDOR_INTEL is not set | 85 | # CONFIG_NET_VENDOR_INTEL is not set |
85 | # CONFIG_NET_VENDOR_MARVELL is not set | 86 | # CONFIG_NET_VENDOR_MARVELL is not set |