X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh%2FKconfig;h=30866614df1a2d8e3573eaefa0ef3ac6f9cf5a81;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=c65cb1691f14e5d54c922358980db4a4b82e86ac;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c65cb1691..30866614d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -25,6 +25,14 @@ 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 @@ -651,19 +659,10 @@ 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. @@ -694,6 +693,10 @@ config RTC_9701JE endmenu +config ISA_DMA_API + bool + depends on MPC1211 + default y menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" @@ -755,7 +758,6 @@ source "drivers/pci/hotplug/Kconfig" endmenu - menu "Executable file formats" source "fs/Kconfig.binfmt"