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