1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config VENDOR_GPIO_ROCKCHIP
7 tristate "Rockchip GPIO support"
8 depends on ARCH_ROCKCHIP || COMPILE_TEST
9 select GPIOLIB_IRQCHIP
10 default ARCH_ROCKCHIP
11 help
12 Say yes here to support GPIO on Rockchip SoCs.