diff options
author | Joel Stanley <joel@jms.id.au> | 2016-03-21 17:22:31 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2016-05-09 17:41:14 +0930 |
commit | 8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6 (patch) | |
tree | 271fd85292c40e71b6bc7b5502db9ee880a74f55 /arch/arm/Kconfig | |
parent | bf16200689118d19de1b8d2a3c314fc21f5dc7bb (diff) | |
download | linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.tar.gz linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.tar.bz2 linux-8c2ed9bcfbeb7f313b567b25e87effd75e7dc3d6.zip |
arm: Add Aspeed machine
Aspeed devices are a common Baseboard Management Controller (BMC)
system on chip containing an ARM9 or ARM11 core, off-chip DDR RAM and
support for a large number of peripherals.
This patch adds basic support for the ast2400 and ast2500 machines,
capable of booting to a prompt in QEMU (-M palmetto-bmc), on an
Palmetto OpenPower development machine, and on the ast2500 EVB.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cdfa6c2b7626..c4512f6b77f6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -775,6 +775,8 @@ source "arch/arm/mach-meson/Kconfig" source "arch/arm/mach-moxart/Kconfig" +source "arch/arm/mach-aspeed/Kconfig" + source "arch/arm/mach-mv78xx0/Kconfig" source "arch/arm/mach-imx/Kconfig" |