From 1816ac51496dbf6441ebd6b58ea13d298e9b76c5 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Fri, 6 Feb 2009 13:35:03 +0000 Subject: [PATCH] x86 explicitly disable CMDLINE_BOOL we have working bootloaders. ppc and sparc maintainers might also want to do so. svn path=/dists/trunk/linux-2.6/; revision=12689 --- debian/config/amd64/config | 1 + debian/config/i386/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 6cad049f9..764162fa0 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -52,6 +52,7 @@ CONFIG_PHYSICAL_START=0x200000 CONFIG_PHYSICAL_ALIGN=0x200000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set +# CONFIG_CMDLINE_BOOL is not set CONFIG_PCI=y CONFIG_PCI_MMCONFIG=y # CONFIG_DMAR is not set diff --git a/debian/config/i386/config b/debian/config/i386/config index ffdb5d651..03b44bf30 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -61,6 +61,7 @@ CONFIG_PHYSICAL_START=0x100000 CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set +# CONFIG_CMDLINE_BOOL is not set CONFIG_APM=m # CONFIG_APM_IGNORE_USER_SUSPEND is not set # CONFIG_APM_DO_ENABLE is not set