mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05:00
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>
5 lines
166 B
Makefile
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
|