mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 23:02:20 +00:00
Fix Kconfig help sections and add spacing to be consistent across all Kconfig file. In a previous run we missed a few. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
295 B
Plaintext
16 lines
295 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.
|
|
|