diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:08:37 -0500 |
| commit | 1c34f7885d7dc109b3ffa6e2c071bf777ed917e8 (patch) | |
| tree | be6d68e78b6d9ee944a86ff568306c601ebfe187 /drivers/gpio/Kconfig | |
| parent | ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814 (diff) | |
Convert CONFIG_SH_GPIO_PFC et al to Kconfig
This converts the following to Kconfig:
CONFIG_SH_GPIO_PFC
CONFIG_TMU_TIMER
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 1e4b50ef72b..365615a53f7 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -596,6 +596,11 @@ config ZYNQMP_GPIO_MODEPIN are accessed using xilinx firmware. In modepin register, [3:0] bits set direction, [7:4] bits read IO, [11:8] bits set/clear IO. +config SH_GPIO_PFC + bool "Pinmuxed GPIO support for SuperH" + depends on RCAR_GEN2 && !PINCTRL_PFC + default y + config SL28CPLD_GPIO bool "Kontron sl28cpld GPIO driver" depends on DM_GPIO && SL28CPLD |
