소스 검색

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 <michal.simek@xilinx.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Michal Simek 9 년 전
부모
커밋
8bebf03c73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/core/Kconfig

+ 1 - 1
drivers/core/Kconfig

@@ -134,7 +134,7 @@ config SIMPLE_BUS
 config SPL_SIMPLE_BUS
 config SPL_SIMPLE_BUS
 	bool "Support simple-bus driver in SPL"
 	bool "Support simple-bus driver in SPL"
 	depends on SPL_DM && SPL_OF_CONTROL
 	depends on SPL_DM && SPL_OF_CONTROL
-	default n
+	default y
 	help
 	help
 	  Supports the 'simple-bus' driver, which is used on some systems
 	  Supports the 'simple-bus' driver, which is used on some systems
 	  in SPL.
 	  in SPL.