This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sh / Kconfig
index 3086661..2eddf7f 100644 (file)
@@ -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"