On Friday 25 November 2016 02:43 PM, Bartosz Golaszewski wrote:
This enables the dumb-vga-dac driver by default for davinci boards.
The driver is needed for tilcdc support on da850-lcdk board.
Signed-off-by: Bartosz Golaszewski bgolaszewski@baylibre.com
arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index b5e978f..ab1bf18 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -127,6 +127,8 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_TPS6507X=y CONFIG_DRM=m CONFIG_DRM_TILCDC=m +CONFIG_DRM_BRIDGE=y
DRM_BRIDGE is a 'def_bool y'. So no need to explicitly enable it. And actually it will get dropped with the next savedefconfig refresh anyway.
Applying this patch with this line dropped.
Thanks, Sekhar