aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-04-02 10:45:49 +0100
committerDave Airlie <airlied@redhat.com>2012-04-02 10:45:49 +0100
commit40c61046ee3007d73f141e96aa2f3dd56ee321c6 (patch)
tree8ae9f4dc5aa83a4e7cc8664de97d1001fcddd92b
parente0d2e320210a0e0a75110bad8501b1cd498221de (diff)
downloadomap-pending-40c61046ee3007d73f141e96aa2f3dd56ee321c6.tar.gz
drm/nouveau: select POWER_SUPPLY
Ben H. reported that building nouveau into the kernel and power supply as a module was broken. Just have nouveau select it, like radeon does. Reported-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--drivers/gpu/drm/nouveau/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index ca1639918f5797..97a81260485a15 100644
--- a/drivers/gpu/drm/nouveau/Kconfig
+++ b/drivers/gpu/drm/nouveau/Kconfig
@@ -13,6 +13,7 @@ config DRM_NOUVEAU
select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
select ACPI_WMI if ACPI
select MXM_WMI if ACPI
+ select POWER_SUPPLY
help
Choose this option for open-source nVidia support.