2017-07-10 15:07:37

by Benjamin Gaignard

[permalink] [raw]
Subject: [PATCH] drm: stm: remove "default y" in Kconfig

To do not force stm driver to be build by default

Signed-off-by: Benjamin Gaignard <[email protected]>
---
drivers/gpu/drm/stm/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/stm/Kconfig b/drivers/gpu/drm/stm/Kconfig
index 2c4817f..8fe5b18 100644
--- a/drivers/gpu/drm/stm/Kconfig
+++ b/drivers/gpu/drm/stm/Kconfig
@@ -7,7 +7,6 @@ config DRM_STM
select DRM_PANEL
select VIDEOMODE_HELPERS
select FB_PROVIDE_GET_FB_UNMAPPED_AREA
- default y

help
Enable support for the on-chip display controller on
--
1.9.1


2017-07-10 15:24:49

by Emil Velikov

[permalink] [raw]
Subject: Re: [PATCH] drm: stm: remove "default y" in Kconfig

On 10 July 2017 at 16:07, Benjamin Gaignard
<[email protected]> wrote:
> To do not force stm driver to be build by default
>
> Signed-off-by: Benjamin Gaignard <[email protected]>
Yes, please. You might want to double-check the default board config has it set.

Reviewed-by: Emil Velikov <[email protected]>

Thanks
Emil

2017-07-18 09:07:00

by Benjamin Gaignard

[permalink] [raw]
Subject: Re: [PATCH] drm: stm: remove "default y" in Kconfig

2017-07-10 17:24 GMT+02:00 Emil Velikov <[email protected]>:
> On 10 July 2017 at 16:07, Benjamin Gaignard
> <[email protected]> wrote:
>> To do not force stm driver to be build by default
>>
>> Signed-off-by: Benjamin Gaignard <[email protected]>
> Yes, please. You might want to double-check the default board config has it set.
>
> Reviewed-by: Emil Velikov <[email protected]>
>
> Thanks
> Emil

merged in drm-misc-next