aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-08-21 15:25:25 +0930
committerJoel Stanley <joel@jms.id.au>2019-08-25 23:26:48 +0930
commite35d7db99430731dae04feeeb5cb6ec3e77cd5e5 (patch)
tree2691cbc9fcbe38f01efec661470efea93f04769b /arch/arm/mach-aspeed
parentdt-bindings: arm: cpus: Add ASPEED SMP (diff)
downloadwireguard-linux-e35d7db99430731dae04feeeb5cb6ec3e77cd5e5.tar.xz
wireguard-linux-e35d7db99430731dae04feeeb5cb6ec3e77cd5e5.zip
ARM: aspeed: Select timer in each SoC
In preparation for adding the ast2600 which does not use this timer. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/mach-aspeed')
-rw-r--r--arch/arm/mach-aspeed/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig
index a15c3a291386..2979aa4daeea 100644
--- a/arch/arm/mach-aspeed/Kconfig
+++ b/arch/arm/mach-aspeed/Kconfig
@@ -5,7 +5,6 @@ menuconfig ARCH_ASPEED
select SRAM
select WATCHDOG
select ASPEED_WATCHDOG
- select FTTMR010_TIMER
select MFD_SYSCON
select PINCTRL
help
@@ -18,6 +17,7 @@ config MACH_ASPEED_G4
depends on ARCH_MULTI_V5
select CPU_ARM926T
select PINCTRL_ASPEED_G4
+ select FTTMR010_TIMER
help
Say yes if you intend to run on an Aspeed ast2400 or similar
fourth generation BMCs, such as those used by OpenPower Power8
@@ -28,6 +28,7 @@ config MACH_ASPEED_G5
depends on ARCH_MULTI_V6
select CPU_V6
select PINCTRL_ASPEED_G5
+ select FTTMR010_TIMER
help
Say yes if you intend to run on an Aspeed ast2500 or similar
fifth generation Aspeed BMCs.