diff options
author | Lada Trimasova <ltrimas@synopsys.com> | 2016-03-14 17:11:57 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-03-15 13:35:59 +0300 |
commit | df420fd68811c98e2a563e8b6ff7eb04aa9c8141 (patch) | |
tree | a7d8d7f1c0232d2a75968773c9b2a22726e87bdd /arch/arc/configs/nsimosci_defconfig | |
parent | b31ac42697bef4a3aa5d0aa42375a55657f57174 (diff) | |
download | linux-df420fd68811c98e2a563e8b6ff7eb04aa9c8141.tar.xz |
arc: [plat-nsimosci*] use ezchip network driver
Since ezchip network driver was adapted to little endian architecture
this patch provides the corresponding arch/arc/{boot/dts,configs}/ updates so
we can switch over to this device-model/driver for OSCI platform.
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Lada Trimasova <ltrimas@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/nsimosci_defconfig')
-rw-r--r-- | arch/arc/configs/nsimosci_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/nsimosci_defconfig b/arch/arc/configs/nsimosci_defconfig index 0972e753101a..42bafa552498 100644 --- a/arch/arc/configs/nsimosci_defconfig +++ b/arch/arc/configs/nsimosci_defconfig @@ -38,6 +38,7 @@ CONFIG_DEVTMPFS=y # CONFIG_FIRMWARE_IN_KERNEL is not set # CONFIG_BLK_DEV is not set CONFIG_NETDEVICES=y +CONFIG_EZCHIP_NPS_MANAGEMENT_ENET=y # CONFIG_INPUT_MOUSEDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_MOUSE_PS2_ALPS is not set |