ChangeSet 1.2181.28.6, 2005/03/27 20:01:58+01:00, [EMAIL PROTECTED](none)

        [ARM PATCH] 2584/1: cpufreq Kconfig menu tidyup
        
        Patch from Vincent Sanders
        
        While updating default configurations it was noted that CONFIG_SA1100
        seems to enable the cpufreq entries however the sourced
        drivers/cpufreq/Kconfig doesnt do a menu section so it looks awful,
        this tiny patch fixes it.
        
        Signed-off-by: Vincent Sanders
        Signed-off-by: Russell King



 Kconfig |    4 ++++
 1 files changed, 4 insertions(+)


diff -Nru a/arch/arm/Kconfig b/arch/arm/Kconfig
--- a/arch/arm/Kconfig  2005-03-28 23:13:11 -08:00
+++ b/arch/arm/Kconfig  2005-03-28 23:13:11 -08:00
@@ -483,6 +483,8 @@
 
 if (ARCH_SA1100 || ARCH_INTEGRATOR)
 
+menu "CPU Frequency scaling"
+
 source "drivers/cpufreq/Kconfig"
 
 config CPU_FREQ_SA1100
@@ -505,6 +507,8 @@
          For details, take a look at <file:Documentation/cpu-freq>.
 
          If in doubt, say Y.
+
+endmenu
 
 endif
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to