1menuconfig ARCH_ASPEED 2 bool "Aspeed BMC architectures" 3 depends on ARCH_MULTI_V5 || ARCH_MULTI_V6 4 select SRAM 5 select WATCHDOG 6 select ASPEED_WATCHDOG 7 select MOXART_TIMER 8 help 9 Say Y here if you want to run your kernel on an ASpeed BMC SoC. 10 11if ARCH_ASPEED 12 13config MACH_ASPEED_G4 14 bool "Aspeed SoC 4th Generation" 15 depends on ARCH_MULTI_V5 16 select CPU_ARM926T 17 help 18 Say yes if you intend to run on an Aspeed ast2400 or similar 19 fourth generation BMCs, such as those used by OpenPower Power8 20 systems. 21 22config MACH_ASPEED_G5 23 bool "Aspeed SoC 5th Generation" 24 depends on ARCH_MULTI_V6 25 select CPU_V6 26 help 27 Say yes if you intend to run on an Aspeed ast2500 or similar 28 fifth generation Aspeed BMCs. 29 30endif 31