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

From: Russell King
Date: Mon Jul 04 2005 - 06:00:18 EST


On Mon, Jul 04, 2005 at 12:43:56PM +0200, 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.13-rc1

This is inappropriate for ARM - take a look at the ARM Kconfig file
around those lines which you deleted. You'll notice that ARM contains
some extra options for cpufreq which aren't offered on other
architectures.

These options should appear under the cpufreq menu, and making this
change means that they no longer do so.

> --- rc1-a/./arch/arm/Kconfig 2005-06-30 11:22:15.000000000 +0200
> +++ rc1-b/./arch/arm/Kconfig 2005-07-04 12:39:29.000000000 +0200
> @@ -516,8 +516,6 @@ endmenu
>
> if (ARCH_SA1100 || ARCH_INTEGRATOR)
>
> -menu "CPU Frequency scaling"
> -
> source "drivers/cpufreq/Kconfig"
>
> config CPU_FREQ_SA1100
> @@ -541,8 +539,6 @@ config CPU_FREQ_INTEGRATOR
>
> If in doubt, say Y.
>
> -endmenu
> -
> endif
>
> menu "Floating point emulation"

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
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/