hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/drm/bridge/adv7511/Kconfig
....@@ -1,10 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_I2C_ADV7511
23 tristate "ADV7511 encoder"
34 depends on OF
45 select DRM_KMS_HELPER
56 select REGMAP_I2C
7
+ select DRM_MIPI_DSI
68 help
7
- Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
9
+ Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
810
911 config DRM_I2C_ADV7511_AUDIO
1012 bool "ADV7511 HDMI Audio driver"
....@@ -14,16 +16,8 @@
1416 Support the ADV7511 HDMI Audio interface. This is used in
1517 conjunction with the AV7511 HDMI driver.
1618
17
-config DRM_I2C_ADV7533
18
- bool "ADV7533 encoder"
19
- depends on DRM_I2C_ADV7511
20
- select DRM_MIPI_DSI
21
- default y
22
- help
23
- Support for the Analog Devices ADV7533 DSI to HDMI encoder.
24
-
2519 config DRM_I2C_ADV7511_CEC
26
- bool "ADV7511/33 HDMI CEC driver"
20
+ bool "ADV7511/33/35 HDMI CEC driver"
2721 depends on DRM_I2C_ADV7511
2822 select CEC_CORE
2923 default y