X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2FKconfig;h=2bcecf42257343e0b2af310bf0b43b2b16fc3e93;hb=2514395ef88b46e895726a8d40966cb83de7940c;hp=e9b275d90737ba9601152adc91ac37693818d00f;hpb=749dfc70554f2c9e6624ac843d66571265ed9338;p=linux-2.6-omap-h63xx.git diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e9b275d9073..2bcecf42257 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -21,6 +21,14 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM bool +config GENERIC_FIND_NEXT_BIT + bool + default y + +config GENERIC_HWEIGHT + bool + default y + config GENERIC_HARDIRQS bool default y @@ -519,6 +527,11 @@ config CPU_HAS_SR_RB See for further information on SR.RB and register banking in the kernel in general. +config NODES_SHIFT + int + default "1" + depends on NEED_MULTIPLE_NODES + endmenu menu "Boot options"