diff options
| author | Michal Simek <[email protected]> | 2018-06-27 15:54:18 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-07-19 10:49:54 +0200 |
| commit | 3c3dee373a1a03b4f2390978bfaef260fc8f5622 (patch) | |
| tree | 27bf413be6046f3124c654727e251c501364d773 | |
| parent | d6c856c008a3f24a4606e14bbf3039a7355ec42a (diff) | |
arm64: zcu100: Enable USB host ether and ASIX via defconfig
There is no reason to keep these configs in platform config file.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/xilinx_zynqmp_zcu100_revC_defconfig | 2 | ||||
| -rw-r--r-- | include/configs/xilinx_zynqmp_zcu100.h | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/configs/xilinx_zynqmp_zcu100_revC_defconfig b/configs/xilinx_zynqmp_zcu100_revC_defconfig index 154fffb3934..8e2ebc3f391 100644 --- a/configs/xilinx_zynqmp_zcu100_revC_defconfig +++ b/configs/xilinx_zynqmp_zcu100_revC_defconfig @@ -82,6 +82,8 @@ CONFIG_USB_ULPI=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_ASIX=y CONFIG_WDT=y CONFIG_WDT_CDNS=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/include/configs/xilinx_zynqmp_zcu100.h b/include/configs/xilinx_zynqmp_zcu100.h index b65d0c1cddd..5ad9e1be5af 100644 --- a/include/configs/xilinx_zynqmp_zcu100.h +++ b/include/configs/xilinx_zynqmp_zcu100.h @@ -24,9 +24,6 @@ {0, {{I2C_MUX_PCA9548, 0x75, 7} } }, \ } -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_ASIX - #include <configs/xilinx_zynqmp.h> #endif /* __CONFIG_ZYNQMP_ZCU100_H */ |
