]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/mach-aspeed/Kconfig
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-aspeed / Kconfig
1 menuconfig 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
11 if ARCH_ASPEED
12
13 config 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
22 config 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
30 endif