Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config ARCH_LPC32XX
|
|
bool "NXP LPC32XX"
|
|
depends on ARCH_MULTI_V5
|
|
select ARM_AMBA
|
|
select CLKSRC_LPC32XX
|
|
select CPU_ARM926T
|
|
select GPIOLIB
|
|
help
|
|
Support for the NXP LPC32XX family of processors
|