summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKumar Gala2015-02-26 22:49:09 +0100
committerKumar Gala2015-03-11 21:06:38 +0100
commit916f743da3546c28a2f350d197e3bea95d97ba15 (patch)
tree331acf806161e5db52de9c41305078217848675f /arch/arm/Kconfig
parentARM: qcom: Prep scm code for move to drivers/firmware (diff)
downloadkernel-qcow2-linux-916f743da3546c28a2f350d197e3bea95d97ba15.tar.gz
kernel-qcow2-linux-916f743da3546c28a2f350d197e3bea95d97ba15.tar.xz
kernel-qcow2-linux-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 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9f1f09a2bc9b..7ffd1518d2aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2160,6 +2160,8 @@ source "net/Kconfig"
source "drivers/Kconfig"
+source "drivers/firmware/Kconfig"
+
source "fs/Kconfig"
source "arch/arm/Kconfig.debug"