xref: /linux/arch/arm/mach-lpc32xx/Kconfig (revision 566ab427f827b0256d3e8ce0235d088e6a9c28bd)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config ARCH_LPC32XX
4	bool "NXP LPC32XX"
5	depends on ARCH_MULTI_V5
6	depends on CPU_LITTLE_ENDIAN
7	select ARM_AMBA
8	select CLKSRC_LPC32XX
9	select CPU_ARM926T
10	select GPIOLIB
11	select LPC32XX_DMAMUX if AMBA_PL08X
12	help
13	  Support for the NXP LPC32XX family of processors
14