[PATCH] Kconfig changes 4: s/menu/menuconfig/ CPU scaling menu

From: Bodo Eggert
Date: Mon Jul 04 2005 - 05:45:04 EST


On Mon, 4 Jul 2005, Bodo Eggert wrote:

Part 4: The CPU scaling menu.

In many config submenus, the first menu option will enable the rest
of the menu options. For these menus, It's appropriate to use the more
convenient "menuconfig" keyword.

This patch is designed for 2.6.12 , the patch for .13-rc1 will be sent in
a reply



--- a/./arch/sh/Kconfig 2005-06-19 14:16:18.000000000 +0200
+++ b/./arch/sh/Kconfig 2005-07-04 12:36:57.000000000 +0200
@@ -655,8 +655,6 @@ config SH_PCLK_FREQ
with an auto-probed frequency which should be considered the proper
value for your hardware.

-menu "CPU Frequency scaling"
-
source "drivers/cpufreq/Kconfig"

config SH_CPU_FREQ
@@ -671,8 +669,6 @@ config SH_CPU_FREQ

If unsure, say N.

-endmenu
-
source "arch/sh/drivers/dma/Kconfig"

source "arch/sh/cchips/Kconfig"
--- a/./arch/arm/Kconfig 2005-06-19 14:15:59.000000000 +0200
+++ b/./arch/arm/Kconfig 2005-07-04 12:37:23.000000000 +0200
@@ -491,8 +491,6 @@ endmenu

if (ARCH_SA1100 || ARCH_INTEGRATOR)

-menu "CPU Frequency scaling"
-
source "drivers/cpufreq/Kconfig"

config CPU_FREQ_SA1100
@@ -516,8 +514,6 @@ config CPU_FREQ_INTEGRATOR

If in doubt, say Y.

-endmenu
-
endif

menu "Floating point emulation"
--- a/./arch/i386/kernel/cpu/cpufreq/Kconfig 2005-06-19 14:16:03.000000000 +0200
+++ b/./arch/i386/kernel/cpu/cpufreq/Kconfig 2005-07-04 12:27:46.000000000 +0200
@@ -2,8 +2,6 @@
# CPU Frequency scaling
#

-menu "CPU Frequency scaling"
-
source "drivers/cpufreq/Kconfig"

if CPU_FREQ
@@ -239,5 +237,3 @@ config X86_SPEEDSTEP_RELAXED_CAP_CHECK
parameter "relaxed_check=1" is passed to the module.

endif # CPU_FREQ
-
-endmenu
--- a/./arch/x86_64/kernel/cpufreq/Kconfig 2005-06-19 14:16:25.000000000 +0200
+++ b/./arch/x86_64/kernel/cpufreq/Kconfig 2005-07-04 12:28:05.000000000 +0200
@@ -2,8 +2,6 @@
# CPU Frequency scaling
#

-menu "CPU Frequency scaling"
-
source "drivers/cpufreq/Kconfig"

if CPU_FREQ
@@ -92,5 +90,3 @@ config X86_SPEEDSTEP_LIB

endif

-endmenu
-
--
To steal information from a person is called plagiarism. To steal
information from the enemy is called gathering intelligence.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/