diff mbox series

[U-Boot,2/2] RFC: dm: Force CONFIG_BLK for all boards with DM

Message ID 20180623135932.17757-3-sjg@chromium.org
State RFC
Delegated to: Tom Rini
Headers show
Series dm: Complete CONFIG_BLK migration | expand

Commit Message

Simon Glass June 23, 2018, 1:59 p.m. UTC
This forces CONFIG_BLK to be used for all boards. At present it causes
significant fallout.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/core/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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