aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
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"