X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh%2FKconfig;h=2eddf7f8f57a320d70e1755c902eeaa38413d3f5;hb=f1227cd3e0e73c48b93368800aa89f4341103a00;hp=30866614df1a2d8e3573eaefa0ef3ac6f9cf5a81;hpb=340e2b1a4c74f653454348914c408420d5d3c28a;p=linux-2.6.git diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 30866614d..2eddf7f8f 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -25,18 +25,6 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM bool -config GENERIC_HARDIRQS - bool - default y - -config GENERIC_IRQ_PROBE - bool - default y - -config GENERIC_CALIBRATE_DELAY - bool - default y - source "init/Kconfig" menu "System type" @@ -49,25 +37,25 @@ config SH_SOLUTION_ENGINE bool "SolutionEngine" help Select SolutionEngine if configuring for a Hitachi SH7709 - or SH7750 evaluation board. + or SH7750 evalutation board. config SH_7751_SOLUTION_ENGINE bool "SolutionEngine7751" help Select 7751 SolutionEngine if configuring for a Hitachi SH7751 - evaluation board. + evalutation board. config SH_7300_SOLUTION_ENGINE bool "SolutionEngine7300" help Select 7300 SolutionEngine if configuring for a Hitachi SH7300(SH-Mobile V) - evaluation board. + evalutation board. config SH_73180_SOLUTION_ENGINE bool "SolutionEngine73180" help Select 73180 SolutionEngine if configuring for a Hitachi SH73180(SH-Mobile 3) - evaluation board. + evalutation board. config SH_7751_SYSTEMH bool "SystemH7751R" @@ -659,10 +647,19 @@ menu "CPU Frequency scaling" source "drivers/cpufreq/Kconfig" +config CPU_FREQ_TABLE + tristate "CPU frequency table helpers" + depends on CPU_FREQ + default y + help + Many cpufreq drivers use these helpers, so only say N here if + the cpufreq driver of your choice doesn't need these helpers. + + If unsure, say Y. + config SH_CPU_FREQ tristate "SuperH CPU Frequency driver" depends on CPU_FREQ - select CPU_FREQ_TABLE help This adds the cpufreq driver for SuperH. At present, only the SH-4 is supported. @@ -693,10 +690,6 @@ config RTC_9701JE endmenu -config ISA_DMA_API - bool - depends on MPC1211 - default y menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" @@ -758,6 +751,7 @@ source "drivers/pci/hotplug/Kconfig" endmenu + menu "Executable file formats" source "fs/Kconfig.binfmt"