summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael S. Tsirkin2011-11-24 13:54:28 +0100
committerMichael S. Tsirkin2011-11-24 21:21:19 +0100
commit4673ca8eb3690832e76371371955a8b02e1f59d4 (patch)
tree2d70b7ec1e33a35b9363c3a3cf986cd583c6f6e0 /arch/powerpc
parentLinux 3.2-rc3 (diff)
downloadkernel-qcow2-linux-4673ca8eb3690832e76371371955a8b02e1f59d4.tar.gz
kernel-qcow2-linux-4673ca8eb3690832e76371371955a8b02e1f59d4.tar.xz
kernel-qcow2-linux-4673ca8eb3690832e76371371955a8b02e1f59d4.zip
lib: move GENERIC_IOMAP to lib/Kconfig
define GENERIC_IOMAP in a central location instead of all architectures. This will be helpful for the follow-up patch which makes it select other configs. Code is also a bit shorter this way. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 3fe6d927ad70..100feed97940 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -175,9 +175,6 @@ config PPC_INDIRECT_MMIO
config PPC_IO_WORKAROUNDS
bool
-config GENERIC_IOMAP
- bool
-
source "drivers/cpufreq/Kconfig"
menu "CPU Frequency drivers"