diff options
Diffstat (limited to 'arch/arm/mach-aspeed/Kconfig')
-rw-r--r-- | arch/arm/mach-aspeed/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig new file mode 100644 index 000000000000..7941e0312298 --- /dev/null +++ b/arch/arm/mach-aspeed/Kconfig @@ -0,0 +1,27 @@ +menuconfig ARCH_ASPEED + bool "ASpeed BMC SoCs" if ARCH_MULTI_V5 + select CPU_ARM926T + select CLKSRC_MMIO + select GENERIC_IRQ_CHIP + select ARCH_REQUIRE_GPIOLIB + select I2C_ASPEED + select PHYLIB if NETDEVICES + select MFD_SYSCON + select SRAM + help + Say Y here if you want to run your kernel on hardware with an + ASpeed BMC SoC. Tested on AST2400 + +if ARCH_ASPEED + +config MACH_OPP_PALMETTO_BMC + bool "OpenPower Palmetto" + depends on ARCH_ASPEED + select RTC_DRV_ASPEED + select ASPEED_GPIO + select GPIO_SYSFS + help + Say Y here if you intend to run this kernel on the BMC + of an OpenPower "Palmetto" eval board + +endif |