menuconfig [31mCONFIG_ARCH_ASPEED[0m bool "Aspeed BMC architectures" depends on [31mCONFIG_ARCH_MULTI_V5[0m || [31mCONFIG_ARCH_MULTI_V6[0m select [31mCONFIG_SRAM[0m select [31mCONFIG_WATCHDOG[0m select [31mCONFIG_ASPEED_WATCHDOG[0m select [31mCONFIG_MOXART_TIMER[0m help Say Y here if you want to run your kernel on an ASpeed BMC SoC. if [31mCONFIG_ARCH_ASPEED[0m config [31mCONFIG_MACH_ASPEED_G4[0m bool "Aspeed SoC 4th Generation" depends on [31mCONFIG_ARCH_MULTI_V5[0m select [31mCONFIG_CPU_ARM926T[0m help Say yes if you intend to run on an Aspeed ast2400 or similar fourth generation BMCs, such as those used by OpenPower Power8 systems. config [31mCONFIG_MACH_ASPEED_G5[0m bool "Aspeed SoC 5th Generation" depends on [31mCONFIG_ARCH_MULTI_V6[0m select [31mCONFIG_CPU_V6[0m help Say yes if you intend to run on an Aspeed ast2500 or similar fifth generation Aspeed BMCs. endif |