X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh64%2FKconfig;h=7bc0744b7ab6aca55207c96740c48c793fa286e4;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=76eb81fba45e5a8f301e1b5c214b4cc358c75ec5;hpb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;p=linux-2.6.git diff --git a/arch/sh64/Kconfig b/arch/sh64/Kconfig index 76eb81fba..7bc0744b7 100644 --- a/arch/sh64/Kconfig +++ b/arch/sh64/Kconfig @@ -17,21 +17,21 @@ config MMU bool default y -config UID16 +config RWSEM_GENERIC_SPINLOCK bool default y -config RWSEM_GENERIC_SPINLOCK +config GENERIC_FIND_NEXT_BIT bool default y -config GENERIC_CALIBRATE_DELAY +config GENERIC_HWEIGHT bool default y -config LOG_BUF_SHIFT - int - default 14 +config GENERIC_CALIBRATE_DELAY + bool + default y config RWSEM_XCHGADD_ALGORITHM bool @@ -39,6 +39,14 @@ config RWSEM_XCHGADD_ALGORITHM config GENERIC_ISA_DMA bool +config ARCH_HAS_ILOG2_U32 + bool + default n + +config ARCH_HAS_ILOG2_U64 + bool + default n + source init/Kconfig menu "System type" @@ -217,6 +225,8 @@ config PREEMPT bool "Preemptible Kernel (EXPERIMENTAL)" depends on EXPERIMENTAL +source "mm/Kconfig" + endmenu menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" @@ -266,6 +276,8 @@ source "fs/Kconfig.binfmt" endmenu +source "net/Kconfig" + source "drivers/Kconfig" source "fs/Kconfig"