X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2FKconfig;h=002703b8c0b033d72eea6297b869796f772c2c6e;hb=52833e897fd8c6f62b3e5e27291fa9bc803f7460;hp=01b10ab588a630b36c0290448ffa53d29bf03dfc;hpb=d2fc0bacd5c438cb459fdf531eff00ab18422a00;p=linux-2.6 diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 01b10ab588..002703b8c0 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -5,6 +5,7 @@ config ALPHA bool default y + select HAVE_IDE select HAVE_OPROFILE help The Alpha is a 64-bit general-purpose processor designed and @@ -67,6 +68,9 @@ config AUTO_IRQ_AFFINITY depends on SMP default y +config ARCH_SUPPORTS_AOUT + def_bool y + source "init/Kconfig" @@ -612,6 +616,11 @@ config VERBOSE_MCHECK_ON Take the default (1) unless you want more control or more info. +config HZ + int + default 1200 if ALPHA_RAWHIDE + default 1024 + source "drivers/pci/Kconfig" source "drivers/eisa/Kconfig"