2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-07-30 18:20:56 +02:00
|
|
|
config DRM_STI
|
2016-09-20 15:03:33 +02:00
|
|
|
tristate "DRM Support for STMicroelectronics SoC stiH4xx Series"
|
2024-04-08 20:04:12 +03:00
|
|
|
depends on OF && DRM && (ARCH_STI || COMPILE_TEST)
|
2014-08-26 12:26:18 +02:00
|
|
|
select RESET_CONTROLLER
|
2024-09-24 09:12:36 +02:00
|
|
|
select DRM_CLIENT_SELECTION
|
2014-07-31 09:39:11 +02:00
|
|
|
select DRM_KMS_HELPER
|
2022-08-02 02:04:03 +02:00
|
|
|
select DRM_GEM_DMA_HELPER
|
2015-01-28 14:48:08 +01:00
|
|
|
select DRM_PANEL
|
2015-08-14 12:45:34 +02:00
|
|
|
select FW_LOADER
|
2016-05-30 15:31:37 +02:00
|
|
|
select SND_SOC_HDMI_CODEC if SND_SOC
|
2014-07-30 18:20:56 +02:00
|
|
|
help
|
2016-09-20 15:03:33 +02:00
|
|
|
Choose this option to enable DRM on STM stiH4xx chipset
|