Files
linux/drivers/pinctrl/cix/Makefile
Gary Yang 920500c5fe pinctrl: cix: Add pin-controller support for sky1
There are two pin-controllers on Cix Sky1 platform.
one is used under S0 state, the other is used under S0 and S5 state.

Signed-off-by: Gary Yang <gary.yang@cixtech.com>
[Dropped pinctrl_provide_dummies()]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2025-10-28 10:42:47 +01:00

5 lines
166 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Cix Sky1 pin control drivers
obj-$(CONFIG_PINCTRL_SKY1_BASE) += pinctrl-sky1-base.o
obj-$(CONFIG_PINCTRL_SKY1) += pinctrl-sky1.o