zephyr/drivers/pinctrl/Kconfig.sam0
Gerson Fernando Budke 10aa57857d drivers: pinctrl: Update Atmel sam0 driver to new API
This update current Atmel sam0 pinctrl initiative to current Zephyr
pinctrl API. It update current devicetree bindings and add the sam0
pinctrl driver.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2022-03-24 15:45:37 -07:00

11 lines
371 B
Text

# Copyright (c) 2022, Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_ATMEL_SAM0_PINCTRL := atmel,sam0-pinctrl
config PINCTRL_SAM0
bool "Atmel SAM0 pin controller driver"
depends on SOC_FAMILY_SAM0
default $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM0_PINCTRL))
help
Atmel pin controller driver is used on SAM0 SoC series