1# 2#(C) Copyright 2023-2025 Rockchip Electronics Co., Ltd 3# 4# SPDX-License-Identifier: GPL-2.0 5# 6# rohm serdes drivers configuration 7# 8 9menuconfig SERDES_DISPLAY_CHIP_NOVO 10 tristate "novo expander device support" 11 default y 12 help 13 Enable this to be able to choose the drivers for controlling the 14 rohm serdes. 15 16if SERDES_DISPLAY_CHIP_NOVO 17config SERDES_DISPLAY_CHIP_NOVO_NCA9539 18 tristate "novo nca9539 expander" 19 default y 20 help 21 To support novo nca9539 expander. 22 23endif 24