1# 2#(C) Copyright 2023-2025 Rockchip Electronics Co., Ltd 3# 4# SPDX-License-Identifier: GPL-2.0 5# 6# maxim display serdes drivers configuration 7# 8 9menuconfig SERDES_DISPLAY_CHIP_MAXIM 10 tristate "maxim serdes device support" 11 default y 12 help 13 Enable this to be able to choose the drivers for controlling the 14 maxim serdes. 15 16if SERDES_DISPLAY_CHIP_MAXIM 17config SERDES_DISPLAY_CHIP_MAXIM_MAX96745 18 tristate "maxim max96745 serdes" 19 default y 20 help 21 To support maxim max96745 display serdes. 22 23config SERDES_DISPLAY_CHIP_MAXIM_MAX96752 24 tristate "maxim max96752 serdes" 25 default y 26 help 27 To support maxim max96752 display serdes. 28 29config SERDES_DISPLAY_CHIP_MAXIM_MAX96755 30 tristate "maxim max96755 serdes" 31 default y 32 help 33 To support maxim max96755 display serdes. 34 35config SERDES_DISPLAY_CHIP_MAXIM_MAX96772 36 tristate "maxim max96772 serdes" 37 default y 38 help 39 To support maxim max96772 display serdes. 40 41config SERDES_DISPLAY_CHIP_MAXIM_MAX96789 42 tristate "maxim max96789 serdes" 43 default y 44 help 45 To support maxim max96789 display serdes. 46 47endif 48