Skip to content
Snippets Groups Projects
Commit 8bebf03c authored by Michal Simek's avatar Michal Simek
Browse files

dm: core: Enable SPL_SIMPLE_BUS by default


This option is needed for all SoCs which have nodes on bus. Without
enabling this drivers are not found and probed.
Issue was found on Zynq MMC probe.
Enable this option by default.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent d6df048b
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ config SIMPLE_BUS
config SPL_SIMPLE_BUS
bool "Support simple-bus driver in SPL"
depends on SPL_DM && SPL_OF_CONTROL
default n
default y
help
Supports the 'simple-bus' driver, which is used on some systems
in SPL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment