2017-06-27 08:07:43 +08:00
|
|
|
# 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"
|
2019-03-07 12:54:37 +08:00
|
|
|
depends on SOC_ESP32
|
2017-06-27 08:07:43 +08:00
|
|
|
help
|
2018-02-15 21:36:16 +08:00
|
|
|
Enable driver for ESP32 Pin multiplexer.
|