drivers: qe: Move CONFIG_U_QE to Kconfig

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
[York S: revised subject line and removed commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
Ran Wang
2018-09-26 13:46:29 +08:00
committed by York Sun
parent db947fa038
commit 247058b9b4
9 changed files with 14 additions and 13 deletions

12
drivers/qe/Kconfig Normal file
View File

@@ -0,0 +1,12 @@
#
# QUICC Engine Drivers
#
config U_QE
bool "Enable support for U QUICC Engine"
default y if (ARCH_LS1021A && !SD_BOOT && !NAND_BOOT && !QSPI_BOOT) \
|| (TARGET_T1024QDS) \
|| (TARGET_T1024RDB) \
|| (TARGET_T1040QDS && !NOBQFMAN) \
|| (TARGET_LS1043ARDB && !SPL_NO_QE && !NAND_BOOT && !QSPI_BOOT)
help
Choose this option to add support for U QUICC Engine.