X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fsparc%2FKconfig;h=2f96610a83e961fc3e6a539c09aac98e9e39bb56;hb=b5e4efe7e061ff52ac97b9fa45acca529d8daeea;hp=7c58fc1a39c46ae6f7bab2aeb57ffafcf495b12d;hpb=ae574a5d7aa1d80469dfcbaa757db2bea536ee66;p=powerpc.git diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 7c58fc1a39..2f96610a83 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -150,6 +150,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_CALIBRATE_DELAY bool default y @@ -281,6 +289,13 @@ endmenu source "fs/Kconfig" +menu "Instrumentation Support" + depends on EXPERIMENTAL + +source "arch/sparc/oprofile/Kconfig" + +endmenu + source "arch/sparc/Kconfig.debug" source "security/Kconfig"