[U-Boot] [PATCH 2/2] RFC: dm: Force CONFIG_BLK for all boards with DM
Simon Glass
sjg at chromium.org
Sat Jun 23 13:59:32 UTC 2018
This forces CONFIG_BLK to be used for all boards. At present it causes
significant fallout.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/core/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index e8ba20ca82..daaafb187d 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -2,6 +2,7 @@ menu "Generic Driver Options"
config DM
bool "Enable Driver Model"
+ select BLK
help
This config option enables Driver Model. This brings in the core
support, including scanning of platform data on start-up. If
--
2.18.0.rc2.346.g013aa6912e-goog
More information about the U-Boot
mailing list