diff options
Diffstat (limited to 'drivers/gpu/drm/bochs/Kconfig')
-rw-r--r-- | drivers/gpu/drm/bochs/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bochs/Kconfig b/drivers/gpu/drm/bochs/Kconfig new file mode 100644 index 000000000000..c8fcf12019f0 --- /dev/null +++ b/drivers/gpu/drm/bochs/Kconfig | |||
@@ -0,0 +1,11 @@ | |||
1 | config DRM_BOCHS | ||
2 | tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" | ||
3 | depends on DRM && PCI | ||
4 | select DRM_KMS_HELPER | ||
5 | select FB_SYS_FILLRECT | ||
6 | select FB_SYS_COPYAREA | ||
7 | select FB_SYS_IMAGEBLIT | ||
8 | select DRM_TTM | ||
9 | help | ||
10 | Choose this option for qemu. | ||
11 | If M is selected the module will be called bochs-drm. | ||