From: Andi Kleen Date: Wed, 17 Oct 2007 16:04:35 +0000 (+0200) Subject: x86: remove rogue default m in drivers/video/Kconfig X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=231b64bfee050b3b3fd91c629b653fecdfe7b7bf;p=powerpc.git x86: remove rogue default m in drivers/video/Kconfig Remove rogue default m in drivers/video/Kconfig default m is near always wrong, like here. For some reason ACPI likes to reintroduce these and I like to immediately squash them again before they pollute too many .configs. Cc: len.brown@intel.com Cc: luming.yu@gmail.com Acked-by: Len Brown Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index efe474e2cc..b3bf4ecc98 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -15,7 +15,6 @@ config VGASTATE config VIDEO_OUTPUT_CONTROL tristate "Lowlevel video output switch controls" - default m help This framework adds support for low-level control of the video output switch.