X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fsparc%2FKconfig;h=2f96610a83e961fc3e6a539c09aac98e9e39bb56;hb=b5e4efe7e061ff52ac97b9fa45acca529d8daeea;hp=3cfb8be3ff6d0f9fe5be0c600a9f035787f767d4;hpb=eedb9f09e92598c165de37a8c210434d270ca3a6;p=powerpc.git diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 3cfb8be3ff..2f96610a83 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -9,10 +9,6 @@ config MMU bool default y -config UID16 - bool - default y - config HIGHMEM bool default y @@ -27,7 +23,6 @@ menu "General machine setup" config SMP bool "Symmetric multi-processing support (does not work on sun4/sun4c)" - depends on BROKEN ---help--- This enables support for systems with more than one CPU. If you have a system with only one CPU, say N. If you have a system with more @@ -55,6 +50,10 @@ config NR_CPUS depends on SMP default "32" +config SPARC + bool + default y + # Identify this as a Sparc32 build config SPARC32 bool @@ -151,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 @@ -282,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"