diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2017-10-23 10:09:22 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-10-27 08:44:06 -0700 |
commit | 420b0eba3c957d82c598fbb3dff8187ce5cf7313 (patch) | |
tree | 3ad8ca2a30817d6611c23a9530fe3eac7157e4fb /include/configs/ls1021aiot.h | |
parent | 4417e83495dbc6d047a08eb8fc2ca73ec7dfd704 (diff) |
usb: host: Move CONFIG_XHCI_FSL to Kconfig
use Kconfig to select xhci accordingly.
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/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 02bfbd0a7d..7c7f82f215 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_INIT_RAM_SIZE OCRAM_SIZE /* XHCI Support - enabled by default */ -#define CONFIG_USB_XHCI_FSL #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #define CONFIG_SYS_CLK_FREQ 100000000 |