mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 15:55:46 +00:00
Maybe this is some "just in case" thing that got copied around. There's no need to have a blank line at the beginning or end of Kconfig files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
14 lines
273 B
Plaintext
14 lines
273 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 SOC_ESP32
|
|
help
|
|
Enable driver for ESP32 Pin multiplexer.
|