diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2017-10-23 10:09:21 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-10-27 08:43:57 -0700 |
commit | 4417e83495dbc6d047a08eb8fc2ca73ec7dfd704 (patch) | |
tree | ba55c35110faa78ef4faa7d6e831501eefb48fa9 /include/configs/ls1012aqds.h | |
parent | 2af1b08a1a14749f7447e5b54a69936b25f2c4b0 (diff) | |
download | u-boot-4417e83495dbc6d047a08eb8fc2ca73ec7dfd704.tar.gz |
arm64: layerscape: Move CONFIG_HAS_FSL_XHCI_USB to Kconfig
Use Kconfig to select QE-HDLC and USB pin-mux.
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1012aqds.h')
-rw-r--r-- | include/configs/ls1012aqds.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index b3121d2c21..e0949d0b53 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -119,12 +119,8 @@ #endif /*XHCI Support - enabled by default*/ -#define CONFIG_HAS_FSL_XHCI_USB - -#ifdef CONFIG_HAS_FSL_XHCI_USB #define CONFIG_USB_XHCI_FSL #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 -#endif /* MMC */ #ifdef CONFIG_MMC |