Skip to content

Commit

Permalink
[PARISC] Update Kconfig for itimer selection
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Oct 22, 2005
1 parent 5beb5f3 commit 8b63134
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ config PM

config ISA_DMA_API
bool
default y

config ARCH_MAY_HAVE_PC_FDC
bool
depends on BROKEN
default y

source "init/Kconfig"
Expand Down Expand Up @@ -154,13 +154,14 @@ config HOTPLUG_CPU

config ARCH_DISCONTIGMEM_ENABLE
bool "Discontiguous memory support (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on 64BIT && EXPERIMENTAL
help
Say Y to support efficient handling of discontiguous physical memory,
for architectures which are either NUMA (Non-Uniform Memory Access)
or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa> for more.

source "kernel/Kconfig.hz"
source "mm/Kconfig"

config PREEMPT
Expand Down

0 comments on commit 8b63134

Please sign in to comment.