From 247058b9b4b60a9d67aefd3d3e930fcd3ba9c7c3 Mon Sep 17 00:00:00 2001 From: Ran Wang Date: Wed, 26 Sep 2018 13:46:29 +0800 Subject: drivers: qe: Move CONFIG_U_QE to Kconfig Signed-off-by: Ran Wang [York S: revised subject line and removed commit message] Reviewed-by: York Sun --- drivers/Kconfig | 2 ++ drivers/qe/Kconfig | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 drivers/qe/Kconfig (limited to 'drivers') diff --git a/drivers/Kconfig b/drivers/Kconfig index 56536c4b191..884a945a194 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -74,6 +74,8 @@ source "drivers/power/Kconfig" source "drivers/pwm/Kconfig" +source "drivers/qe/Kconfig" + source "drivers/ram/Kconfig" source "drivers/remoteproc/Kconfig" diff --git a/drivers/qe/Kconfig b/drivers/qe/Kconfig new file mode 100644 index 00000000000..49a6e32b16e --- /dev/null +++ b/drivers/qe/Kconfig @@ -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. -- cgit v1.3.1