mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00:00
5d318b5959
LPC32XX connects few of its peripherals to pl08x DMA thru a multiplexer, this driver allows to route a signal request line thru the multiplexer for given peripheral. Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com> Link: https://lore.kernel.org/r/20240628152022.274405-1-piotr.wojtaszczyk@timesys.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
# 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
|