diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-lpc32xx/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/Kconfig b/arch/arm/mach-lpc32xx/Kconfig new file mode 100644 index 000000000000..138599545c24 --- /dev/null +++ b/arch/arm/mach-lpc32xx/Kconfig @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config ARCH_LPC32XX + bool "NXP LPC32XX" + depends on ARCH_MULTI_V5 + depends on CPU_LITTLE_ENDIAN + select ARM_AMBA + select CLKSRC_LPC32XX + select CPU_ARM926T + select GPIOLIB + select LPC32XX_DMAMUX if AMBA_PL08X + help + Support for the NXP LPC32XX family of processors |
