diff options
author | Grant Grundler <grundler@parisc-linux.org> | 2005-10-21 22:52:46 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@parisc-linux.org> | 2005-10-21 22:52:46 -0400 |
commit | 8b631342dd9db9ca272e11814e041e4ee3d1a948 (patch) | |
tree | 52d7975960c6f018ce0bdab1566e9b41511b7cbf /arch | |
parent | 5beb5f32c56b70f79117e13a1abd54824a78466c (diff) |
[PARISC] Update Kconfig for itimer selection
2.6.14-rc2-pa1: enable 100/250/1000HZ itimer selection
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Mark floppy as broken. Thanks Joel
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
make DISCONTIGMEM depend on 64BIT
Signed-off-by: Thibaut VARENE <varenet@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 0b07922a2ac6..874a283edb95 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -47,10 +47,10 @@ config PM | |||
47 | 47 | ||
48 | config ISA_DMA_API | 48 | config ISA_DMA_API |
49 | bool | 49 | bool |
50 | default y | ||
51 | 50 | ||
52 | config ARCH_MAY_HAVE_PC_FDC | 51 | config ARCH_MAY_HAVE_PC_FDC |
53 | bool | 52 | bool |
53 | depends on BROKEN | ||
54 | default y | 54 | default y |
55 | 55 | ||
56 | source "init/Kconfig" | 56 | source "init/Kconfig" |
@@ -154,13 +154,14 @@ config HOTPLUG_CPU | |||
154 | 154 | ||
155 | config ARCH_DISCONTIGMEM_ENABLE | 155 | config ARCH_DISCONTIGMEM_ENABLE |
156 | bool "Discontiguous memory support (EXPERIMENTAL)" | 156 | bool "Discontiguous memory support (EXPERIMENTAL)" |
157 | depends on EXPERIMENTAL | 157 | depends on 64BIT && EXPERIMENTAL |
158 | help | 158 | help |
159 | Say Y to support efficient handling of discontiguous physical memory, | 159 | Say Y to support efficient handling of discontiguous physical memory, |
160 | for architectures which are either NUMA (Non-Uniform Memory Access) | 160 | for architectures which are either NUMA (Non-Uniform Memory Access) |
161 | or have huge holes in the physical address space for other reasons. | 161 | or have huge holes in the physical address space for other reasons. |
162 | See <file:Documentation/vm/numa> for more. | 162 | See <file:Documentation/vm/numa> for more. |
163 | 163 | ||
164 | source "kernel/Kconfig.hz" | ||
164 | source "mm/Kconfig" | 165 | source "mm/Kconfig" |
165 | 166 | ||
166 | config PREEMPT | 167 | config PREEMPT |