diff options
author | Dave Airlie <airlied@redhat.com> | 2015-01-22 09:48:02 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-01-22 09:48:02 +1000 |
commit | c0d2792b2ad713d6a857efabc12b7dc4207a5d08 (patch) | |
tree | e68fd2a38ade3025bca4b6161a6f3a2dab07deed /drivers/gpu/drm/Kconfig | |
parent | ca1130de2a5874c94ab73fc93f518dd9bc6c1886 (diff) | |
parent | 5b7e944ec87da878ef828d06094720be8884d33a (diff) |
Merge tag 'atmel-hlcdc-drm-3.20' of https://github.com/bbrezillon/linux-at91 into drm-next
Add atmel HLCDC driver.
* tag 'atmel-hlcdc-drm-3.20' of https://github.com/bbrezillon/linux-at91:
drm: add DT bindings documentation for atmel-hlcdc-dc driver
drm: add Atmel HLCDC Display Controller support
drm: panel: simple-panel: add bus format information for foxlink panel
drm: panel: simple-panel: add support for bus_format retrieval
drm: add bus_formats and num_bus_formats fields to drm_display_info
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index c3413b6adb17..ea283894a12a 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -183,6 +183,8 @@ source "drivers/gpu/drm/cirrus/Kconfig" source "drivers/gpu/drm/armada/Kconfig" +source "drivers/gpu/drm/atmel-hlcdc/Kconfig" + source "drivers/gpu/drm/rcar-du/Kconfig" source "drivers/gpu/drm/shmobile/Kconfig" |