xref: /openbmc/u-boot/drivers/cpu/Kconfig (revision 7e40d0a3)
111f4dc15SSimon Glassconfig CPU
211f4dc15SSimon Glass	bool "Enable CPU drivers using Driver Model"
311f4dc15SSimon Glass	help
411f4dc15SSimon Glass	  This allows drivers to be provided for CPUs and their type to be
511f4dc15SSimon Glass	  specified in the board's device tree. For boards which support
611f4dc15SSimon Glass	  multiple CPUs, then normally have to be set up in U-Boot so that
711f4dc15SSimon Glass	  they can work correctly in the OS. This provides a framework for
811f4dc15SSimon Glass	  finding out information about available CPUs and making changes.
919fbdca4SMario Six
1019fbdca4SMario Sixconfig CPU_MPC83XX
1119fbdca4SMario Six	bool "Enable MPC83xx CPU driver"
1219fbdca4SMario Six	depends on CPU
1319fbdca4SMario Six	select CLK_MPC83XX
1419fbdca4SMario Six	help
1519fbdca4SMario Six	  Support CPU cores for SoCs of the MPC83xx series.
16*833508c0SBin Meng
17*833508c0SBin Mengconfig CPU_RISCV
18*833508c0SBin Meng	bool "Enable RISC-V CPU driver"
19*833508c0SBin Meng	depends on CPU && RISCV
20*833508c0SBin Meng	help
21*833508c0SBin Meng	  Support CPU cores for RISC-V architecture.
22