diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-14 22:22:09 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-06-19 03:14:48 +0200 |
commit | c88cc3ee1b2045ccff904f1187d62fdc3895a532 (patch) | |
tree | b503a36030123986ebbffe4b29f4bf78e8b96890 /arch/arm64/Kconfig.platforms | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-c88cc3ee1b2045ccff904f1187d62fdc3895a532.tar.gz linux-c88cc3ee1b2045ccff904f1187d62fdc3895a532.tar.xz |
arm64: Prepare Actions Semi S900
Add ARCH_ACTIONS.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4afcffcb46cb..dda401a3235e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -1,5 +1,11 @@ menu "Platform selection" +config ARCH_ACTIONS + bool "Actions Semi Platforms" + select OWL_TIMER + help + This enables support for the Actions Semiconductor S900 SoC family. + config ARCH_SUNXI bool "Allwinner sunxi 64-bit SoC Family" select ARCH_HAS_RESET_CONTROLLER |