0001 menuconfig ARCH_HPE
0002 bool "HPE SoC support"
0003 depends on ARCH_MULTI_V7
0004 help
0005 This enables support for HPE ARM based BMC chips.
0006 if ARCH_HPE
0007
0008 config ARCH_HPE_GXP
0009 bool "HPE GXP SoC"
0010 depends on ARCH_MULTI_V7
0011 select ARM_VIC
0012 select GENERIC_IRQ_CHIP
0013 select CLKSRC_MMIO
0014 help
0015 HPE GXP is the name of the HPE Soc. This SoC is used to implement many
0016 BMC features at HPE. It supports ARMv7 architecture based on the Cortex
0017 A9 core. It is capable of using an AXI bus to which a memory controller
0018 is attached. It has multiple SPI interfaces to connect boot flash and
0019 BIOS flash. It uses a 10/100/1000 MAC for network connectivity. It
0020 has multiple i2c engines to drive connectivity with a host
0021 infrastructure.
0022
0023 endif