diff options
author | Andi Kleen <ak@suse.de> | 2007-10-17 12:04:35 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:15:50 -0400 |
commit | 231b64bfee050b3b3fd91c629b653fecdfe7b7bf (patch) | |
tree | 0f2f458ee7700d110aeb3229dcdc0ab6158db5df /drivers/video | |
parent | 7b38493501b76e56f481925ed74ee5ca0f4c6183 (diff) |
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 <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index efe474e2cc3b..b3bf4ecc983a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -15,7 +15,6 @@ config VGASTATE | |||
15 | 15 | ||
16 | config VIDEO_OUTPUT_CONTROL | 16 | config VIDEO_OUTPUT_CONTROL |
17 | tristate "Lowlevel video output switch controls" | 17 | tristate "Lowlevel video output switch controls" |
18 | default m | ||
19 | help | 18 | help |
20 | This framework adds support for low-level control of the video | 19 | This framework adds support for low-level control of the video |
21 | output switch. | 20 | output switch. |