xref: /rk3399_rockchip-uboot/drivers/core/Kconfig (revision b3521f2e495c8cd91226af9b34f2d7ef5a24c665)
1config DM
2	bool "Enable Driver Model"
3	depends on !SPL_BUILD
4	help
5	  This config option enables Driver Model.
6	  To use legacy drivers, say N.
7