zephyr/drivers/pinctrl/Kconfig.sam
Tony Han 64485c6b24 drivers: pinctrl: sam: add pinctrl for sama7g5
Support pull up/down, open drain for sam7g5's PIO.

Signed-off-by: Tony Han <tony.han@microchip.com>
2025-05-28 08:14:08 +02:00

18 lines
540 B
Plaintext

# Copyright (c) 2022, Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config PINCTRL_SAM
bool "Atmel SAM pin controller driver"
default y
depends on DT_HAS_ATMEL_SAM_PINCTRL_ENABLED
help
Atmel pin controller driver is used on SAM and SAM4L SoC series
config PINCTRL_SAM_PIO4
bool "Microchip SAM Parallel Input/Output Controller driver"
default y
depends on DT_HAS_MICROCHIP_SAMA7G5_PINCTRL_ENABLED
help
Microchip Parallel Input/Output Controller is used on SAMA5D2 and
SAMA7G5 SoC series