xref: /rk3399_rockchip-uboot/drivers/core/Kconfig (revision f94a1bed07e2af1c46ddcf2046cddd979ebfd994)
1config DM
2	bool "Enable Driver Model"
3	depends on !SPL_BUILD
4	help
5	  This config option enables Driver Model. This brings in the core
6	  support, including scanning of platform data on start-up. If
7	  CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
8	  when available.
9