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/ls2080aqds.h | |
parent | 2af1b08a1a14749f7447e5b54a69936b25f2c4b0 (diff) |
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/ls2080aqds.h')
-rw-r--r-- | include/configs/ls2080aqds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 54d6b51c55..d594cc1068 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -438,7 +438,6 @@ unsigned long get_board_ddr_clk(void); /* * USB */ -#define CONFIG_HAS_FSL_XHCI_USB #define CONFIG_USB_XHCI_FSL #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |