diff options
author | Anthoine Bourgeois <[email protected]> | 2015-05-27 22:00:14 +0200 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2015-05-29 10:06:06 -0700 |
commit | 92fb4d0c024873b239efcbf5c09b5161348ca050 (patch) | |
tree | ef98dd7747617a4bd1e6f1cf5bdcc3ce4c6acab3 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
ARM: omap2plus_defconifg: Enable DM9000 in omap2plus_defconfig
This ethernet device is used on devkit8000 board.
Signed-off-by: Anthoine Bourgeois <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 9ff7b54b2a83..4380291bb997 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -152,6 +152,7 @@ CONFIG_NETDEVICES=y # CONFIG_NET_CADENCE is not set # CONFIG_NET_VENDOR_BROADCOM is not set # CONFIG_NET_VENDOR_CIRRUS is not set +CONFIG_DM9000=y # CONFIG_NET_VENDOR_FARADAY is not set # CONFIG_NET_VENDOR_HISILICON is not set # CONFIG_NET_VENDOR_INTEL is not set |