xref: /openbmc/u-boot/drivers/cpu/Kconfig (revision 11f4dc15)
1*11f4dc15SSimon Glassconfig CPU
2*11f4dc15SSimon Glass	bool "Enable CPU drivers using Driver Model"
3*11f4dc15SSimon Glass	help
4*11f4dc15SSimon Glass	  This allows drivers to be provided for CPUs and their type to be
5*11f4dc15SSimon Glass	  specified in the board's device tree. For boards which support
6*11f4dc15SSimon Glass	  multiple CPUs, then normally have to be set up in U-Boot so that
7*11f4dc15SSimon Glass	  they can work correctly in the OS. This provides a framework for
8*11f4dc15SSimon Glass	  finding out information about available CPUs and making changes.
9