aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-aspeed/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig
index 5225fbcb250d..f3f8c5c658db 100644
--- a/arch/arm/mach-aspeed/Kconfig
+++ b/arch/arm/mach-aspeed/Kconfig
@@ -5,6 +5,8 @@ menuconfig ARCH_ASPEED
5 select WATCHDOG 5 select WATCHDOG
6 select ASPEED_WATCHDOG 6 select ASPEED_WATCHDOG
7 select MOXART_TIMER 7 select MOXART_TIMER
8 select MFD_SYSCON
9 select PINCTRL
8 help 10 help
9 Say Y here if you want to run your kernel on an ASpeed BMC SoC. 11 Say Y here if you want to run your kernel on an ASpeed BMC SoC.
10 12
@@ -14,6 +16,7 @@ config MACH_ASPEED_G4
14 bool "Aspeed SoC 4th Generation" 16 bool "Aspeed SoC 4th Generation"
15 depends on ARCH_MULTI_V5 17 depends on ARCH_MULTI_V5
16 select CPU_ARM926T 18 select CPU_ARM926T
19 select PINCTRL_ASPEED_G4
17 help 20 help
18 Say yes if you intend to run on an Aspeed ast2400 or similar 21 Say yes if you intend to run on an Aspeed ast2400 or similar
19 fourth generation BMCs, such as those used by OpenPower Power8 22 fourth generation BMCs, such as those used by OpenPower Power8
@@ -23,6 +26,7 @@ config MACH_ASPEED_G5
23 bool "Aspeed SoC 5th Generation" 26 bool "Aspeed SoC 5th Generation"
24 depends on ARCH_MULTI_V6 27 depends on ARCH_MULTI_V6
25 select CPU_V6 28 select CPU_V6
29 select PINCTRL_ASPEED_G5
26 help 30 help
27 Say yes if you intend to run on an Aspeed ast2500 or similar 31 Say yes if you intend to run on an Aspeed ast2500 or similar
28 fifth generation Aspeed BMCs. 32 fifth generation Aspeed BMCs.