zephyr/drivers/pinmux/Kconfig.esp32
Leandro Pereira f3b05c6a58 drivers: pinmux: Add pin multiplexer driver for ESP32
This implements a driver for the pin multiplexer as present in the ESP32
SoCs.

All APIs are supported.

Jira: ZEP-2297
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-08-09 12:26:14 -07:00

16 lines
293 B
Plaintext

# Kconfig.esp32 - ESP32 Pin mux configuration options
#
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig PINMUX_ESP32
bool "ESP32 Pin multiplexer driver"
depends on PINMUX && SOC_ESP32
default n
help
Enable driver for ESP32 Pin multiplexer.