diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2015-05-27 22:00:14 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-29 19:06:06 +0200 |
commit | 92fb4d0c024873b239efcbf5c09b5161348ca050 (patch) | |
tree | ef98dd7747617a4bd1e6f1cf5bdcc3ce4c6acab3 /arch/arm/configs/omap2plus_defconfig | |
parent | Linux 4.1-rc1 (diff) | |
download | linux-92fb4d0c024873b239efcbf5c09b5161348ca050.tar.xz linux-92fb4d0c024873b239efcbf5c09b5161348ca050.zip |
ARM: omap2plus_defconifg: Enable DM9000 in omap2plus_defconfig
This ethernet device is used on devkit8000 board.
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-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 |