diff options
author | Archit Taneja <architt@codeaurora.org> | 2016-06-17 11:00:35 +0300 |
---|---|---|
committer | Archit Taneja <architt@codeaurora.org> | 2016-07-13 11:54:35 +0300 |
commit | c582778900425d0cf2a5687a84b0125fee797d32 (patch) | |
tree | 1a3003941c902d138a213cb6b678ddabe7675dff /drivers/gpu/drm/i2c/Kconfig | |
parent | e12c2f645557708932e15afdf77f5965549cf156 (diff) | |
download | linux-c582778900425d0cf2a5687a84b0125fee797d32.tar.xz |
drm/i2c: adv7511: Move to bridge folder
The driver has been converted to use drm_bridge instead of
drm_i2c_slave_encoder. We can now move it to the bridge folder.
Create a separate folder since we already have a couple of files and
expect more when we support audio and ADV7533.
Rename the driver to adv7511_drv.c. This will come in handy later
when the driver module will need to be built from multiple object
files.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Diffstat (limited to 'drivers/gpu/drm/i2c/Kconfig')
-rw-r--r-- | drivers/gpu/drm/i2c/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/i2c/Kconfig b/drivers/gpu/drm/i2c/Kconfig index 8bb06977343a..4d341db462a2 100644 --- a/drivers/gpu/drm/i2c/Kconfig +++ b/drivers/gpu/drm/i2c/Kconfig @@ -1,13 +1,6 @@ menu "I2C encoder or helper chips" depends on DRM && DRM_KMS_HELPER && I2C -config DRM_I2C_ADV7511 - tristate "AV7511 encoder" - depends on OF - select REGMAP_I2C - help - Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders. - config DRM_I2C_CH7006 tristate "Chrontel ch7006 TV encoder" default m if DRM_NOUVEAU |