Skip to content
Snippets Groups Projects
Commit e1b4770c authored by Tim Harvey's avatar Tim Harvey Committed by Stefano Babic
Browse files

imx: ventana: config: enable driver model


Enable U-Boot Driver Model (DM).

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
parent 32a6eaea
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,13 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_MISC_INIT_R
/* Driver Model */
#ifndef CONFIG_SPL_BUILD
#define CONFIG_DM
#define CONFIG_DM_GPIO
#define CONFIG_CMD_DM
#endif
/* GPIO */
#define CONFIG_MXC_GPIO
#define CONFIG_CMD_GPIO
......
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