lkml.org 
[lkml]   [2005]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] [4/5+1] menu -> menuconfig part 1
On Sun, 17 Jul 2005, Bodo Eggert wrote:

> These patches change some menus into menuconfig options.
>
> Reworked to apply to linux-2.6.13-rc3-git3

CPU frequency scaling menu

arch/arm/Kconfig | 4 ----
arch/i386/kernel/cpu/cpufreq/Kconfig | 4 ----
arch/sh/Kconfig | 4 ----
arch/x86_64/kernel/cpufreq/Kconfig | 4 ----
drivers/cpufreq/Kconfig | 2 +-
5 files changed, 1 insertion(+), 17 deletions(-)

Signed-Off-By: Bodo Eggert <7eggert@gmx.de>

diff -rNup a/arch/arm/Kconfig b/arch/arm/Kconfig
--- a/arch/arm/Kconfig 2005-07-17 08:09:33.000000000 +0200
+++ b/arch/arm/Kconfig 2005-07-17 11:25:40.000000000 +0200
@@ -518,8 +518,6 @@ endmenu

if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP1)

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

config CPU_FREQ_SA1100
@@ -543,8 +541,6 @@ config CPU_FREQ_INTEGRATOR

If in doubt, say Y.

-endmenu
-
endif

menu "Floating point emulation"
diff -rNup a/arch/i386/kernel/cpu/cpufreq/Kconfig b/arch/i386/kernel/cpu/cpufreq/Kconfig
--- a/arch/i386/kernel/cpu/cpufreq/Kconfig 2005-07-17 08:08:24.000000000 +0200
+++ b/arch/i386/kernel/cpu/cpufreq/Kconfig 2005-07-17 11:25:40.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
diff -rNup a/arch/sh/Kconfig b/arch/sh/Kconfig
--- a/arch/sh/Kconfig 2005-07-17 08:09:35.000000000 +0200
+++ b/arch/sh/Kconfig 2005-07-17 11:25:40.000000000 +0200
@@ -657,8 +657,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
@@ -673,8 +671,6 @@ config SH_CPU_FREQ

If unsure, say N.

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

source "arch/sh/cchips/Kconfig"
diff -rNup a/arch/x86_64/kernel/cpufreq/Kconfig b/arch/x86_64/kernel/cpufreq/Kconfig
--- a/arch/x86_64/kernel/cpufreq/Kconfig 2005-07-17 08:08:37.000000000 +0200
+++ b/arch/x86_64/kernel/cpufreq/Kconfig 2005-07-17 11:25:40.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
-
diff -rNup a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
--- a/drivers/cpufreq/Kconfig 2005-07-17 08:08:43.000000000 +0200
+++ b/drivers/cpufreq/Kconfig 2005-07-17 11:31:18.000000000 +0200
@@ -1,4 +1,4 @@
-config CPU_FREQ
+menuconfig CPU_FREQ
bool "CPU Frequency scaling"
help
CPU Frequency scaling allows you to change the clock speed of
--
The most dangerous thing in the world is a second lieutenant with a map and
a compass.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-07-17 13:41    [W:0.278 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site