diff options
| author | Ran Wang <[email protected]> | 2017-10-23 10:09:21 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2017-10-27 08:43:57 -0700 |
| commit | 4417e83495dbc6d047a08eb8fc2ca73ec7dfd704 (patch) | |
| tree | ba55c35110faa78ef4faa7d6e831501eefb48fa9 /include/configs/ls1046ardb.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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include/configs/ls1046ardb.h')
| -rw-r--r-- | include/configs/ls1046ardb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 7bbd4ada707..32b08d8229a 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -211,12 +211,9 @@ /* USB */ #ifndef SPL_NO_USB -#define CONFIG_HAS_FSL_XHCI_USB -#ifdef CONFIG_HAS_FSL_XHCI_USB #define CONFIG_USB_XHCI_FSL #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #endif -#endif /* SATA */ #ifndef SPL_NO_SATA |
