1# SPDX-License-Identifier: GPL-2.0 2menu "RK628 misc driver" 3config RK628_MISC 4 tristate "rk628 misc driver" 5 default n 6 help 7 Say y here to enable Rockchip rk628 misc driver. 8 This option is used to support rgb/hdmi/bt1120 input and dsi/lvds/gvi/hdmi output. 9 10config RK628_MISC_HDMITX 11 bool "rk628 misc hdmitx driver" 12 default n 13 depends on RK628_MISC 14 depends on DRM 15 help 16 Say y here to enable Rockchip rk628 misc hdmitx driver. 17 This option is used to support hdmi output. 18 19config ROCKCHIP_THUNDER_BOOT_RK628 20 bool "Rockchip RK628 Thunder Boot support" 21 default n 22 depends on RK628_MISC 23 help 24 Say y here to enable Rockchip rk628 thunder boot support. 25 This option make the kernel boot faster. 26 27endmenu 28