mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 22:51:52 +00:00
imx: ventana: config: enable driver model
Enable U-Boot Driver Model (DM). Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
32a6eaeadf
commit
e1b4770ce4
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@
|
||||||
#define CONFIG_BOARD_EARLY_INIT_F
|
#define CONFIG_BOARD_EARLY_INIT_F
|
||||||
#define CONFIG_MISC_INIT_R
|
#define CONFIG_MISC_INIT_R
|
||||||
|
|
||||||
|
/* Driver Model */
|
||||||
|
#ifndef CONFIG_SPL_BUILD
|
||||||
|
#define CONFIG_DM
|
||||||
|
#define CONFIG_DM_GPIO
|
||||||
|
#define CONFIG_CMD_DM
|
||||||
|
#endif
|
||||||
|
|
||||||
/* GPIO */
|
/* GPIO */
|
||||||
#define CONFIG_MXC_GPIO
|
#define CONFIG_MXC_GPIO
|
||||||
#define CONFIG_CMD_GPIO
|
#define CONFIG_CMD_GPIO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue