Message ID | 92d78f2c9a72626651d3058bcd424f0552b15459.1502235657.git.mirq-linux@rere.qmqm.pl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 9 August 2017 at 09:42, Michał Mirosław <mirq-linux@rere.qmqm.pl> wrote: > Default config value for all other drivers is N. > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> I've pulled this into drm-fixes, ouch default y is bad. Dave.
diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig index 4b88223f9aed..5071df28532f 100644 --- a/drivers/gpu/drm/stm/Kconfig +++ b/drivers/gpu/drm/stm/Kconfig @@ -7,7 +7,6 @@ config DRM_STM select DRM_PANEL_BRIDGE select VIDEOMODE_HELPERS select FB_PROVIDE_GET_FB_UNMAPPED_AREA - default y help Enable support for the on-chip display controller on
Default config value for all other drivers is N. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> --- drivers/gpu/drm/stm/Kconfig | 1 - 1 file changed, 1 deletion(-)