Skip to content

Commit

Permalink
dm: core: Enable SPL_SIMPLE_BUS by default
Browse files Browse the repository at this point in the history
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: Michal Simek <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
Michal Simek committed Dec 7, 2015
1 parent d6df048 commit 8bebf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bebf03

Please sign in to comment.