diff options
author | Helge Deller <deller@parisc-linux.org> | 2006-03-07 16:12:13 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2006-03-30 12:48:46 -0500 |
commit | b8ce0aadcdebbaf5ec013c57e2a0803060817bcc (patch) | |
tree | c910b16935911a5cfaee98b5e6040fe6e1918fd9 /arch/parisc/Kconfig | |
parent | b31059f7634931a06f6811247ae9217d1a833a46 (diff) |
[PARISC] Add CONFIG_HPPA_IOREMAP to conditionally enable ioremap
Instead of making it a #define in asm/io.h, allow user to select
to turn on IOREMAP from the config menu.
Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 6b3c50964ca9..fc5755d1db57 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -138,6 +138,17 @@ config 64BIT | |||
138 | enable this option otherwise. The 64bit kernel is significantly bigger | 138 | enable this option otherwise. The 64bit kernel is significantly bigger |
139 | and slower than the 32bit one. | 139 | and slower than the 32bit one. |
140 | 140 | ||
141 | config HPPA_IOREMAP | ||
142 | bool "Enable IOREMAP functionality (EXPERIMENTAL)" | ||
143 | depends on EXPERIMENTAL | ||
144 | default n | ||
145 | help | ||
146 | Enable this option if you want to enable real IOREMAPPING on PA-RISC. | ||
147 | Currently we just "simulate" I/O remapping, and enabling this option | ||
148 | will just crash your machine. | ||
149 | |||
150 | Say N here, unless you are a real PA-RISC Linux kernel hacker. | ||
151 | |||
141 | config SMP | 152 | config SMP |
142 | bool "Symmetric multi-processing support" | 153 | bool "Symmetric multi-processing support" |
143 | ---help--- | 154 | ---help--- |