drivers: dma: esp32: guard driver's kconfig options

Wrap the driver's options to prevent them from showing up in the global
Kconfig menu.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2025-05-31 15:21:43 +07:00 committed by Benjamin Cabé
parent b751bc00e2
commit 77c2c454f7

View File

@ -8,8 +8,12 @@ config DMA_ESP32
help
General Purpose DMA for ESP32 series.
if DMA_ESP32
config DMA_ESP32_MAX_DESCRIPTOR_NUM
int "Maximal number of available DMA descriptors"
default 16
help
Reserves memory for a maximal number of descriptors
endif # DMA_ESP32