
23 Jun
2018
23 Jun
'18
3:59 p.m.
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 --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