mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
In preparation for additional SoC support, move the Airoha pinctrl driver for AN7581 SoC to a dedicated directory. This is to tidy things up and keep code organized without polluting the Mediatek driver directory. The driver doesn't depend on any generic or common code from the Mediatek codebase so it can be safely moved without any modification. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Acked-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Linus Walleij <linusw@kernel.org>
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "Airoha pinctrl drivers"
|
|
depends on ARCH_AIROHA || COMPILE_TEST
|
|
|
|
config PINCTRL_AIROHA
|
|
tristate "Airoha EN7581 pin control"
|
|
depends on OF
|
|
depends on ARM64 || COMPILE_TEST
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
select GPIOLIB
|
|
select GPIOLIB_IRQCHIP
|
|
select REGMAP_MMIO
|
|
help
|
|
Say yes here to support pin controller and gpio driver
|
|
on Airoha EN7581 SoC.
|
|
|
|
endmenu
|