[U-Boot] [PATCH 93/93] RFC: dm: Force CONFIG_BLK for all boards	with DM
    Simon Glass 
    sjg at chromium.org
       
    Mon Nov 19 15:54:13 UTC 2018
    
    
  
This forces CONFIG_BLK to be used for all boards. At present it causes
significant fallout.
(This is not intended to be applied, just for testing)
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 e8ba20ca82d..daaafb187dc 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.19.1.1215.g8438c0b245-goog
    
    
More information about the U-Boot
mailing list