diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2017-08-08 19:42:22 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2017-08-09 21:26:49 -0400 |
commit | 92f190aba2d57c91ef99e227e36461234c35eb7b (patch) | |
tree | 5928e90ad894549fb77f62bf015da768549ea531 /drivers/gpu | |
parent | 52ae28e7e7e316099bd16c3ffd91c4213ac10adc (diff) |
drm: make DRM_STM default n
Default config value for all other drivers is N.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/stm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig index 2c4817fb0890..8fe5b184b4e8 100644 --- a/drivers/gpu/drm/stm/Kconfig +++ b/drivers/gpu/drm/stm/Kconfig | |||
@@ -7,7 +7,6 @@ config DRM_STM | |||
7 | select DRM_PANEL | 7 | select DRM_PANEL |
8 | select VIDEOMODE_HELPERS | 8 | select VIDEOMODE_HELPERS |
9 | select FB_PROVIDE_GET_FB_UNMAPPED_AREA | 9 | select FB_PROVIDE_GET_FB_UNMAPPED_AREA |
10 | default y | ||
11 | 10 | ||
12 | help | 11 | help |
13 | Enable support for the on-chip display controller on | 12 | Enable support for the on-chip display controller on |