diff options
| author | Michal Simek <[email protected]> | 2015-12-01 08:37:16 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-12-07 10:14:30 +0100 |
| commit | 8bebf03c73cd0830cb2cd234021004cde67c6412 (patch) | |
| tree | 38da4004b345f02286c86689e898145b6d93f6e0 | |
| parent | d6df048bca348a964943e6dedda8a674eb07dc30 (diff) | |
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: Michal Simek <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | drivers/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index ac681729c03..53acee05faa 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -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. |
