xref: /openbmc/u-boot/drivers/core/Kconfig (revision 9f4cd0200cae9821f9ae7994b86ec7a2023bbcd0)
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