diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-04 04:16:22 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-09-18 03:51:26 -0400 |
commit | 6be76fd94ba31dae3f62e77d687614ddb75d6b3a (patch) | |
tree | 04c085d59184f30e78a5597f6fbd19559225bf05 | |
parent | 6a090e97972dc7bb6f2661eda3eabd8ae21e9b6d (diff) |
microblaze: Enable Xilinx AXI emac driver by default
Enable Xilinx AXI emac ethernet driver for Microblaze.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/microblaze/configs/mmu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig index 92fd4e95b488..990f23d5fe50 100644 --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs/mmu_defconfig | |||
@@ -41,6 +41,7 @@ CONFIG_BLK_DEV_RAM=y | |||
41 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 41 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
42 | CONFIG_NETDEVICES=y | 42 | CONFIG_NETDEVICES=y |
43 | CONFIG_XILINX_EMACLITE=y | 43 | CONFIG_XILINX_EMACLITE=y |
44 | CONFIG_XILINX_AXI_EMAC=y | ||
44 | CONFIG_XILINX_LL_TEMAC=y | 45 | CONFIG_XILINX_LL_TEMAC=y |
45 | # CONFIG_INPUT is not set | 46 | # CONFIG_INPUT is not set |
46 | # CONFIG_SERIO is not set | 47 | # CONFIG_SERIO is not set |