mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
arch/risc-v/espressif: make LDO Kconfig selectable
Add a label to LDO config so it can be selected on menuconfig. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
parent
f2543e5969
commit
32d2ded33e
1 changed files with 3 additions and 1 deletions
|
|
@ -2088,8 +2088,10 @@ config ESPRESSIF_EMAC
|
|||
Enable Ethernet MAC support.
|
||||
|
||||
config ESPRESSIF_LDO
|
||||
bool
|
||||
bool "Low-Dropout Regulator (LDO)"
|
||||
default n
|
||||
---help---
|
||||
Enable Low-Dropout Regulator (LDO) support.
|
||||
|
||||
menuconfig ESPRESSIF_MIPI_DSI
|
||||
bool "MIPI DSI Host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue