xref: /linux/arch/arm/mach-hpe/Kconfig (revision 908fc4c2)
1menuconfig ARCH_HPE
2	bool "HPE SoC support"
3	depends on ARCH_MULTI_V7
4	help
5	  This enables support for HPE ARM based BMC chips.
6if ARCH_HPE
7
8config ARCH_HPE_GXP
9	bool "HPE GXP SoC"
10	depends on ARCH_MULTI_V7
11	select ARM_VIC
12	select GENERIC_IRQ_CHIP
13	select CLKSRC_MMIO
14	help
15	  HPE GXP is the name of the HPE Soc. This SoC is used to implement many
16	  BMC features at HPE. It supports ARMv7 architecture based on the Cortex
17	  A9 core. It is capable of using an AXI bus to which a memory controller
18	  is attached. It has multiple SPI interfaces to connect boot flash and
19	  BIOS flash. It uses a 10/100/1000 MAC for network connectivity. It
20	  has multiple i2c engines to drive connectivity with a host
21	  infrastructure.
22
23endif
24