2022-02-01 21:34:23 +01:00
|
|
|
# Copyright (c) 2022 Gunar Schorcht
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
config MODULE_ESP_IDF_GPIO
|
|
|
|
bool
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
depends on MODULE_ESP_IDF
|
2022-03-09 18:19:11 +01:00
|
|
|
|
|
|
|
default y if MODULE_PERIPH_GPIO
|
|
|
|
|
2022-02-01 21:34:23 +01:00
|
|
|
help
|
|
|
|
ESP-IDF code for peripheral GPIO.
|
2022-07-26 12:34:54 +02:00
|
|
|
|
|
|
|
config MODULE_ESP_IDF_GPIO_HAL
|
|
|
|
bool "Use ESP-IDF GPIO Hardware Abstraction Layer"
|
|
|
|
depends on TEST_KCONFIG
|