X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm26%2FKconfig;h=8f3af3b95a9f7b163874be29d71b8ba0b364541c;hb=refs%2Fheads%2Fvserver;hp=500780d9dc81c9f3dd4ca9500d450fb109d9d875;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig index 500780d9d..8f3af3b95 100644 --- a/arch/arm26/Kconfig +++ b/arch/arm26/Kconfig @@ -34,16 +34,28 @@ config FORCE_MAX_ZONEORDER int default 9 -config UID16 +config RWSEM_GENERIC_SPINLOCK bool default y -config RWSEM_GENERIC_SPINLOCK +config RWSEM_XCHGADD_ALGORITHM + bool + +config ARCH_HAS_ILOG2_U32 + bool + default n + +config ARCH_HAS_ILOG2_U64 + bool + default n + +config GENERIC_HWEIGHT bool default y -config RWSEM_XCHGADD_ALGORITHM +config GENERIC_CALIBRATE_DELAY bool + default y config GENERIC_BUST_SPINLOCK bool @@ -51,12 +63,16 @@ config GENERIC_BUST_SPINLOCK config GENERIC_ISA_DMA bool +config ARCH_MAY_HAVE_PC_FDC + bool + source "init/Kconfig" menu "System Type" -comment "Archimedes/A5000 Implementations (select only ONE)" +choice + prompt "Archimedes/A5000 Implementations" config ARCH_ARC bool "Archimedes" @@ -69,8 +85,9 @@ config ARCH_ARC config ARCH_A5K bool "A5000" + select ARCH_MAY_HAVE_PC_FDC help - Say Y here to to support the Acorn A5000. + Say Y here to support the Acorn A5000. Linux can support the internal IDE disk and CD-ROM interface, serial and parallel port, @@ -83,8 +100,13 @@ config PAGESIZE_16 Say Y here if your Archimedes or A5000 system has only 2MB of memory, otherwise say N. The resulting kernel will not run on a machine with 4MB of memory. +endchoice endmenu +config ISA_DMA_API + bool + default y + menu "General setup" # Compressed boot loader in ROM. Yes, we really want to ask about @@ -115,7 +137,7 @@ config ZBOOT_ROM_BSS config XIP_KERNEL bool "Execute In Place (XIP) kernel image" help - Select this option to create a kernel that can be programed into + Select this option to create a kernel that can be programmed into the OS ROMs. comment "At least one math emulation must be selected" @@ -126,7 +148,7 @@ config FPE_NWFPE Say Y to include the NWFPE floating point emulator in the kernel. This is necessary to run most binaries. Linux does not currently support floating point hardware so you need to say Y here even if - your machine has an FPA or floating point co-processor podule. + your machine has an FPA or floating point co-processor module. It is also possible to say M to build the emulator as a module (nwfpe) or indeed to leave it out altogether. However, unless you @@ -171,8 +193,12 @@ config CMDLINE time by entering them here. As a minimum, you should specify the memory size and the root device (e.g., mem=64M root=/dev/nfs). +source "mm/Kconfig" + endmenu +source "net/Kconfig" + source "drivers/base/Kconfig" source "drivers/parport/Kconfig" @@ -183,7 +209,7 @@ source "drivers/block/Kconfig" source "drivers/md/Kconfig" -source "net/Kconfig" +source "drivers/net/Kconfig" source "drivers/ide/Kconfig" @@ -223,4 +249,3 @@ source "security/Kconfig" source "crypto/Kconfig" source "lib/Kconfig" -