diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-09 17:17:47 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-09 17:17:47 -0800 |
commit | ed8efd2de75479a175bd21df073d9e97df65a820 (patch) | |
tree | ced8d7eaac311de88c88b5536edeecd4db6b7ae2 /arch/arm64/Kconfig | |
parent | 151cd97630f87451cab412e40750d0e5f7581c98 (diff) | |
parent | 70bcc9ba15690f1e616fd5f60831f4602dd39670 (diff) | |
download | linux-ed8efd2de75479a175bd21df073d9e97df65a820.tar.gz linux-ed8efd2de75479a175bd21df073d9e97df65a820.tar.bz2 linux-ed8efd2de75479a175bd21df073d9e97df65a820.zip |
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM64 SoC changes from Arnd Bergmann:
"This adds support for two new ARM64 platforms:
- ARM Juno
- AMD Seattle
We had submissions for a number of additional platforms from Samsung,
Freescale and Spreadtrum but are still working out the best process
for getting these merged"
* tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
arm64: amd-seattle: Fix PCI bus range due to SMMU limitation
arm64: ARM: Fix the Generic Timers interrupt active level description
arm64: amd-seattle: Adding device tree for AMD Seattle platform
arm64: Add Juno board device tree.
arm64: Create link to include/dt-bindings to enable C preprocessor use.
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 6caad5428178..f385273f4b24 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -145,6 +145,11 @@ source "kernel/Kconfig.freezer" menu "Platform selection" +config ARCH_SEATTLE + bool "AMD Seattle SoC Family" + help + This enables support for AMD Seattle SOC Family + config ARCH_THUNDER bool "Cavium Inc. Thunder SoC Family" help |