diff options
author | Dave Airlie <airlied@redhat.com> | 2012-03-20 02:59:29 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-03-20 02:59:29 -0400 |
commit | 9c1dfc5574a7f7115c0fe5bd8f838a8b7a52ee6d (patch) | |
tree | 20c88bf1d10c03200b8ce6d3880d51e1325506d5 /drivers/gpu/drm/Kconfig | |
parent | 2de6d4a9e46c9bb038e9970628ed4b8e199ffda3 (diff) |
drm/usb: move usb support into a separate module
In order to satisfy all the various Kconfig options between
USB and DRM, we need to split the USB code out into a separate module
and export symbols to it.
This fixes build problems in -next reported by sfr.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index ed2f6901b1e8..6b358d1dfb24 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -18,6 +18,11 @@ menuconfig DRM | |||
18 | details. You should also select and configure AGP | 18 | details. You should also select and configure AGP |
19 | (/dev/agpgart) support if it is available for your platform. | 19 | (/dev/agpgart) support if it is available for your platform. |
20 | 20 | ||
21 | config DRM_USB | ||
22 | tristate | ||
23 | depends on DRM | ||
24 | select USB | ||
25 | |||
21 | config DRM_KMS_HELPER | 26 | config DRM_KMS_HELPER |
22 | tristate | 27 | tristate |
23 | depends on DRM | 28 | depends on DRM |