aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2011-11-24 13:45:20 -0500
committerMichael S. Tsirkin <mst@redhat.com>2011-11-28 14:12:42 -0500
commit66eab4df288aaee75938ae99877c4f759fc6d56c (patch)
tree0b663bfe2d464a55c2a85b27140a53b32f261542 /lib/Kconfig
parent4673ca8eb3690832e76371371955a8b02e1f59d4 (diff)
lib: add GENERIC_PCI_IOMAP
Many architectures want a generic pci_iomap but not the rest of iomap.c. Split that to a separate .c file and add a new config symbol. select automatically by GENERIC_IOMAP. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 005892723a52..36884b409e37 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -19,8 +19,12 @@ config RATIONAL
19config GENERIC_FIND_FIRST_BIT 19config GENERIC_FIND_FIRST_BIT
20 bool 20 bool
21 21
22config GENERIC_PCI_IOMAP
23 bool
24
22config GENERIC_IOMAP 25config GENERIC_IOMAP
23 bool 26 bool
27 select GENERIC_PCI_IOMAP
24 28
25config CRC_CCITT 29config CRC_CCITT
26 tristate "CRC-CCITT functions" 30 tristate "CRC-CCITT functions"