1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

dm: Add Kconfig options for driver model SPL support

The SPL support cannot be enabled yet, but we can add the Kconfig
options in preparation for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2015-02-05 21:41:36 -07:00
parent f94a1bed07
commit 91a91ff804
2 changed files with 50 additions and 0 deletions

View File

@@ -21,9 +21,15 @@
#define CONFIG_PARTITIONS 1
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_DM_WARN
#define CONFIG_DM_WARN
#endif
#ifndef CONFIG_DM_DEVICE_REMOVE
#define CONFIG_DM_DEVICE_REMOVE
#endif
#ifndef CONFIG_DM_STDIO
#define CONFIG_DM_STDIO
#endif
#endif
#endif