Skip to content
Snippets Groups Projects
Commit d4d65e11 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Tom Rini
Browse files

spl: Introduce SPL_DM_GPIO Kconfig define


This define indicates if DM_GPIO shall be supported in SPL. This allows
proper operation of DM converted GPIO drivers in SPL, which use
boards.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent a6cd597a
No related branches found
No related tags found
No related merge requests found
...@@ -485,6 +485,12 @@ config SPL_DMA_SUPPORT ...@@ -485,6 +485,12 @@ config SPL_DMA_SUPPORT
the CPU moving the data. Enable this option to build the drivers the CPU moving the data. Enable this option to build the drivers
in drivers/dma as part of an SPL build. in drivers/dma as part of an SPL build.
config SPL_DM_GPIO
bool "Support Driver Model GPIO drivers"
depends on SPL_GPIO_SUPPORT && DM_GPIO
help
Enable support for Driver Model based GPIO drivers in SPL.
config SPL_DRIVERS_MISC_SUPPORT config SPL_DRIVERS_MISC_SUPPORT
bool "Support misc drivers" bool "Support misc drivers"
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment