brintos

brintos / linux-shallow public Read only

0
0
Text · 989 B · 785f60c Raw
34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if ARCH_ROCKCHIP || COMPILE_TEST3 4#5# Rockchip Soc drivers6#7 8config ROCKCHIP_GRF9	bool "Rockchip General Register Files support" if COMPILE_TEST10	default y if ARCH_ROCKCHIP11	help12	  The General Register Files are a central component providing13	  special additional settings registers for a lot of soc-components.14	  In a lot of cases there also need to be default settings initialized15	  to make some of them conform to expectations of the kernel.16 17config ROCKCHIP_IODOMAIN18	tristate "Rockchip IO domain support"19	depends on OF20	help21	  Say y here to enable support io domains on Rockchip SoCs. It is22	  necessary for the io domain setting of the SoC to match the23	  voltage supplied by the regulators.24 25config ROCKCHIP_DTPM26	tristate "Rockchip DTPM hierarchy"27	depends on DTPM && m28	help29	  Describe the hierarchy for the Dynamic Thermal Power Management tree30	  on this platform. That will create all the power capping capable31	  devices.32 33endif34