[PATCH] arm: Add VIRTUALIZATION configuration menu and virtio options
Russell King - ARM Linux
linux at arm.linux.org.uk
Thu Oct 6 10:46:01 EDT 2011
On Wed, Sep 28, 2011 at 04:48:06PM +0100, Pawel Moll wrote:
> This patch adds menuconfig VIRTUALIZATION to arm Kconfig
> and includes virtio Kconfig in it.
>
> Signed-off-by: Pawel Moll <pawel.moll at arm.com>
> ---
> arch/arm/Kconfig | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 3269576..426f330 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -2101,4 +2101,20 @@ source "security/Kconfig"
>
> source "crypto/Kconfig"
>
> +menuconfig VIRTUALIZATION
> + bool "Virtualization"
> + default n
Please resubmit without the line above. default n is default's default
default, so it's completely redundant by default.
More information about the linux-arm-kernel
mailing list