diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2013-12-16 04:42:12 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 09:10:22 -0500 |
commit | 949b6183412cad3270a9f4bcddd7756e6ec64404 (patch) | |
tree | 8a6c43b4e133dd14819af66046edb4e95ef48574 /drivers/gpu/drm/qxl/Kconfig | |
parent | bf65188352f91de5b443346ac9b08af480b1b6d9 (diff) |
drivers/gpu/drm/qxl/Kconfig: reformat the help text
Reformat the help text to follow the style of the other Kconfig files,
and also fix indentation for the "select" lines.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpu/drm/qxl/Kconfig')
-rw-r--r-- | drivers/gpu/drm/qxl/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/gpu/drm/qxl/Kconfig b/drivers/gpu/drm/qxl/Kconfig index 037d324bf58f..b5be757062b2 100644 --- a/drivers/gpu/drm/qxl/Kconfig +++ b/drivers/gpu/drm/qxl/Kconfig | |||
@@ -5,8 +5,10 @@ config DRM_QXL | |||
5 | select FB_SYS_COPYAREA | 5 | select FB_SYS_COPYAREA |
6 | select FB_SYS_IMAGEBLIT | 6 | select FB_SYS_IMAGEBLIT |
7 | select FB_DEFERRED_IO | 7 | select FB_DEFERRED_IO |
8 | select DRM_KMS_HELPER | 8 | select DRM_KMS_HELPER |
9 | select DRM_KMS_FB_HELPER | 9 | select DRM_KMS_FB_HELPER |
10 | select DRM_TTM | 10 | select DRM_TTM |
11 | help | 11 | help |
12 | QXL virtual GPU for Spice virtualization desktop integration. Do not enable this driver unless your distro ships a corresponding X.org QXL driver that can handle kernel modesetting. | 12 | QXL virtual GPU for Spice virtualization desktop integration. |
13 | Do not enable this driver unless your distro ships a corresponding | ||
14 | X.org QXL driver that can handle kernel modesetting. | ||