summaryrefslogtreecommitdiffstats
path: root/drivers/soc/rockchip/Kconfig
blob: 3484b37e22bd8ae440bde0bbfa51d7e907dbd317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

if ARCH_ROCKCHIP || COMPILE_TEST

menu "Rockchip SoC drivers"

config ROCKCHIP_IODOMAIN
	tristate "Rockchip IO domain support"
	depends on OFDEVICE
	help
	  Say y here to enable support io domains on Rockchip SoCs. It is
	  necessary for the io domain setting of the SoC to match the
	  voltage supplied by the regulators.

endmenu

endif