zephyr/drivers/pinmux/Kconfig.rv32m1
Kumar Gala 8f0018663f drivers: pinmux: rv32m1: Convert driver to new DT_INST macros
Convert driver to use DT_INST macros and remove related board per
instance Kconfig symbol usage.

Updated the openisa,rv32m1_vega-pinmux binding to require the label
property and updated the rv32m1.dtsi to add label properties for the
pinmux nodes.

Also update gpio_basic_api test to use DT_NODELABEL.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-10 14:38:04 -05:00

11 lines
225 B
Plaintext

# RV31M1 SDK pinmux
# Copyright (c) 2018 Foundries.io
# SPDX-License-Identifier: Apache-2.0
config PINMUX_RV32M1
bool "RV32M1 pinmux driver"
depends on SOC_OPENISA_RV32M1_RISCV32
help
Enable the RV32M1 pinmux driver.