drivers: qe: Move CONFIG_U_QE to Kconfig
[oweals/u-boot.git] / drivers / qe / Kconfig
diff --git a/drivers/qe/Kconfig b/drivers/qe/Kconfig
new file mode 100644 (file)
index 0000000..49a6e32
--- /dev/null
@@ -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.