Files
Algea Cao 484d7b1bd6 misc: Add rk628 misc drivers
Customers may use rk628 drivers on different platforms.
Hence we need drivers that do not rely on the FB/DRM
display framework.

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: Iaab679e4a72d0fb0e5a76bee89b8e1bdac60f4a7
2023-06-28 15:43:53 +08:00

28 lines
725 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
menu "RK628 misc driver"
config RK628_MISC
tristate "rk628 misc driver"
default n
help
Say y here to enable Rockchip rk628 misc driver.
This option is used to support rgb/hdmi/bt1120 input and dsi/lvds/gvi/hdmi output.
config RK628_MISC_HDMITX
bool "rk628 misc hdmitx driver"
default n
depends on RK628_MISC
depends on DRM
help
Say y here to enable Rockchip rk628 misc hdmitx driver.
This option is used to support hdmi output.
config ROCKCHIP_THUNDER_BOOT_RK628
bool "Rockchip RK628 Thunder Boot support"
default n
depends on RK628_MISC
help
Say y here to enable Rockchip rk628 thunder boot support.
This option make the kernel boot faster.
endmenu