aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2015-02-26 15:49:09 -0600
committerKumar Gala <galak@codeaurora.org>2015-03-11 15:06:38 -0500
commit916f743da3546c28a2f350d197e3bea95d97ba15 (patch)
tree331acf806161e5db52de9c41305078217848675f /drivers/firmware/Kconfig
parentARM: qcom: Prep scm code for move to drivers/firmware (diff)
downloadlinux-dev-916f743da3546c28a2f350d197e3bea95d97ba15.tar.xz
linux-dev-916f743da3546c28a2f350d197e3bea95d97ba15.zip
firmware: qcom: scm: Move the scm driver to drivers/firmware
Architectural changes in the ARM Linux kernel tree mandate the eventual removal of the mach-* directories. Move the scm driver to drivers/firmware and the scm header to include/linux to support that removal. Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/firmware/Kconfig')
-rw-r--r--drivers/firmware/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 41983883cef4..6517132e5d8b 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -132,6 +132,10 @@ config ISCSI_IBFT
detect iSCSI boot parameters dynamically during system boot, say Y.
Otherwise, say N.
+config QCOM_SCM
+ bool
+ depends on ARM || ARM64
+
source "drivers/firmware/google/Kconfig"
source "drivers/firmware/efi/Kconfig"