X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fv850%2FKconfig;h=4379f43505efafe27f1c50dca47b970f3fdad3df;hb=fc3fbc45098e5aff59f06962dee79aba2e11430d;hp=b6a50b8b38de2c4edc2fdbc8b30012d772c3b672;hpb=4800be295c34268fd3211d49828bfaa6bf62867f;p=linux-2.6 diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index b6a50b8b38..4379f43505 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig @@ -53,6 +53,9 @@ config ARCH_HAS_ILOG2_U64 bool default n +config ARCH_SUPPORTS_AOUT + def_bool y + # Turn off some random 386 crap that can affect device config config ISA bool @@ -75,6 +78,7 @@ config MCA config V850 bool default y + select HAVE_IDE menu "Processor type and features" @@ -212,6 +216,13 @@ menu "Processor type and features" bool default !V850E_CACHE && !V850E2_CACHE + # HZ depends on the platform + config HZ + int + default 24 if V850E_SIM || V850E2_SIM85E2 + default 122 if V850E2_FPGA85E2C + default 100 + #### Misc config config ROM_KERNEL @@ -331,8 +342,6 @@ source "sound/Kconfig" source "drivers/usb/Kconfig" -source "kernel/Kconfig.instrumentation" - source "arch/v850/Kconfig.debug" source "security/Kconfig"