diff options
author | Dave Airlie <airlied@redhat.com> | 2010-03-02 18:26:35 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-02 18:26:35 -0500 |
commit | d424b925f7092b9d95e0a8556872349abe79d9b6 (patch) | |
tree | a83742bb135b543389342daaddff8252211995ce /drivers/gpu/vga | |
parent | 2f41a7f11c4bb93c41715008a693cadaee5efd82 (diff) |
vga_switcheroo: disable default y by new rules.
Another undocumented rule of kernel folklore, no default y
config options anymore, apparantly hinting to distros they might
want something isn't preferred anymore.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/vga')
-rw-r--r-- | drivers/gpu/vga/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig index 6116a0196214..34b08a6b0cbe 100644 --- a/drivers/gpu/vga/Kconfig +++ b/drivers/gpu/vga/Kconfig | |||
@@ -11,7 +11,6 @@ config VGA_ARB | |||
11 | 11 | ||
12 | config VGA_SWITCHEROO | 12 | config VGA_SWITCHEROO |
13 | bool "Laptop Hybrid Grapics - GPU switching support" | 13 | bool "Laptop Hybrid Grapics - GPU switching support" |
14 | default y | ||
15 | depends on X86 | 14 | depends on X86 |
16 | depends on ACPI | 15 | depends on ACPI |
17 | help | 16 | help |