X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsparc%2FKconfig;h=c40343c5492085c203bbb553d113a970ec65c918;hb=fbc357df2e7728feb010148bed4eccb03a181610;hp=9d327ec59759746bf0938f53f89ed2569fba7c44;hpb=b981d8b3f5e008ff10d993be633ad00564fc22cd;p=linux-2.6 diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 9d327ec597..c40343c549 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -27,6 +27,13 @@ config ARCH_NO_VIRT_TO_BUS config OF def_bool y +config ARCH_SUPPORTS_AOUT + def_bool y + +config HZ + int + default 100 + source "init/Kconfig" menu "General machine setup" @@ -48,9 +55,8 @@ config SMP Y to "Enhanced Real Time Clock Support", below. The "Advanced Power Management" code will be disabled if you say Y here. - See also the , - and the SMP-HOWTO available at - . + See also and the SMP-HOWTO + available at . If you don't know what to do here, say N. @@ -63,6 +69,8 @@ config NR_CPUS config SPARC bool default y + select HAVE_IDE + select HAVE_OPROFILE # Identify this as a Sparc32 build config SPARC32 @@ -320,13 +328,6 @@ endmenu source "fs/Kconfig" -menu "Instrumentation Support" - depends on EXPERIMENTAL - -source "arch/sparc/oprofile/Kconfig" - -endmenu - source "arch/sparc/Kconfig.debug" source "security/Kconfig"