summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/starfive/Kconfig
blob: 1b859c863e2f3feea140e581560091a51103c1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-License-Identifier: GPL-2.0-only

config SPL_PINCTRL_STARFIVE
	bool "Support Pinctrl driver for StarFive SoC in SPL"
	depends on SPL_PINCTRL_FULL && STARFIVE_JH7110
	help
	  Enable support pin control driver for StarFive SoC.

config SPL_PINCTRL_STARFIVE_JH7110
	bool "Support Pinctrl and GPIO driver for StarFive JH7110 SoC in SPL"
	depends on  SPL_PINCTRL_STARFIVE
	help
	  Enable support pinctrl and gpio driver for StarFive JH7110 in SPL.

config PINCTRL_STARFIVE
	bool "Pinctrl driver for StarFive SoC"
	depends on PINCTRL_FULL && STARFIVE_JH7110
	help
	  Say yes here to support pin control on the StarFive RISC-V SoC.
	  This also provides an interface to the GPIO pins not used by other
	  peripherals supporting inputs, outputs, configuring pull-up/pull-down
	  and interrupts on input changes.

config PINCTRL_STARFIVE_JH7110
	bool "Pinctrl and GPIO driver for StarFive JH7110 SoC"
	depends on  PINCTRL_STARFIVE
	help
	  This selects the pinctrl driver for JH7110 starfive.