2019-11-01 20:45:29 +08:00
|
|
|
# ESP32 Pin mux configuration options
|
|
|
|
|
2017-06-27 08:07:43 +08:00
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config PINMUX_ESP32
|
2017-06-27 08:07:43 +08:00
|
|
|
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.
|