xref: /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/Kconfig (revision a00ee452f17389111155ef06cb570d3c04de2e7d)
1*a00ee452SLuo Wei#
2*a00ee452SLuo Wei#(C) Copyright 2023-2025 Rockchip Electronics Co., Ltd
3*a00ee452SLuo Wei#
4*a00ee452SLuo Wei# SPDX-License-Identifier: GPL-2.0
5*a00ee452SLuo Wei#
6*a00ee452SLuo Wei# rohm serdes drivers configuration
7*a00ee452SLuo Wei#
8*a00ee452SLuo Wei
9*a00ee452SLuo Weimenuconfig SERDES_DISPLAY_CHIP_ROHM
10*a00ee452SLuo Wei	tristate "rohm serdes device support"
11*a00ee452SLuo Wei	default y
12*a00ee452SLuo Wei	help
13*a00ee452SLuo Wei	  Enable this to be able to choose the drivers for controlling the
14*a00ee452SLuo Wei	  rohm serdes.
15*a00ee452SLuo Wei
16*a00ee452SLuo Weiif SERDES_DISPLAY_CHIP_ROHM
17*a00ee452SLuo Weiconfig SERDES_DISPLAY_CHIP_ROHM_BU18TL82
18*a00ee452SLuo Wei	tristate "rohm bu18tl82 serdes"
19*a00ee452SLuo Wei	default y
20*a00ee452SLuo Wei	help
21*a00ee452SLuo Wei	  To support rohm bu18tl82 display serdes.
22*a00ee452SLuo Wei
23*a00ee452SLuo Weiconfig SERDES_DISPLAY_CHIP_ROHM_BU18RL82
24*a00ee452SLuo Wei	tristate "rohm bu18rl82 serdes"
25*a00ee452SLuo Wei	default y
26*a00ee452SLuo Wei	help
27*a00ee452SLuo Wei	  To support rohm bu18rl82 display serdes.
28*a00ee452SLuo Weiendif
29