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
This commit is contained in:
Maximilian Attems 2009-02-06 13:35:03 +00:00
parent 0f78b0f865
commit 1816ac5149
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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