X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2FKconfig;h=03c2c24b9083c17aff9372224ec2b22912691ffb;hb=d9e8a3a5b8298a3c814ed37ac5756e6f67b6be41;hp=2ba43c4a5b075a28cb3dd05ae3f5db46fee23661;hpb=ad6b646fe55c40ec193240b974561f0a3775d68d;p=deliverable%2Flinux.git diff --git a/lib/Kconfig b/lib/Kconfig index 2ba43c4a5b07..03c2c24b9083 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -13,6 +13,10 @@ config GENERIC_FIND_FIRST_BIT config GENERIC_FIND_NEXT_BIT bool +config GENERIC_FIND_LAST_BIT + bool + default y + config CRC_CCITT tristate "CRC-CCITT functions" help @@ -166,4 +170,8 @@ config CPUMASK_OFFSTACK them on the stack. This is a bit more expensive, but avoids stack overflow. +config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS + bool "Disable obsolete cpumask functions" if DEBUG_PER_CPU_MAPS + depends on EXPERIMENTAL && BROKEN + endmenu