diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-15 22:35:22 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-15 22:35:22 +0300 |
commit | d64a1fd852abc4e5905ddd5b5d8ccbe3360868bd (patch) | |
tree | 6cef49df3297b12cde557b06f1924d2ad1ae9b3b /arch/arm/Kconfig | |
parent | 3584be9ec3bfe2c12bcb40da13fa185d237bff7d (diff) | |
parent | 75bf1bd7d2f993787d0faa7d6e6534f7e88a2975 (diff) | |
download | linux-d64a1fd852abc4e5905ddd5b5d8ccbe3360868bd.tar.xz |
Merge branch 'lpc32xx/multiplatform' into arm/soc
I revisited some older patches here, getting two of the remaining
ARM platforms to build with ARCH_MULTIPLATFORM like most others do.
In case of lpc32xx, I created a new set of patches, which seemed
easier than digging out what I did for an older release many
years ago.
* lpc32xx/multiplatform:
ARM: lpc32xx: allow multiplatform build
ARM: lpc32xx: clean up header files
serial: lpc32xx: allow compile testing
net: lpc-enet: allow compile testing
net: lpc-enet: fix printk format strings
net: lpc-enet: fix badzero.cocci warnings
net: lpc-enet: move phy setup into platform code
net: lpc-enet: factor out iram access
gpio: lpc32xx: allow building on non-lpc32xx targets
serial: lpc32xx_hs: allow compile-testing
watchdog: pnx4008_wdt: allow compile-testing
usb: udc: lpc32xx: allow compile-testing
usb: ohci-nxp: enable compile-testing
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8c4382e5e5f3..1086a0e8083e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -424,21 +424,6 @@ config ARCH_DOVE help Support for the Marvell Dove SoC 88AP510 -config ARCH_LPC32XX - bool "NXP LPC32XX" - select ARM_AMBA - select CLKDEV_LOOKUP - select CLKSRC_LPC32XX - select COMMON_CLK - select CPU_ARM926T - select GENERIC_CLOCKEVENTS - select GENERIC_IRQ_MULTI_HANDLER - select GPIOLIB - select SPARSE_IRQ - select USE_OF - help - Support for the NXP LPC32XX family of processors - config ARCH_PXA bool "PXA2xx/PXA3xx-based" depends on MMU @@ -686,6 +671,8 @@ source "arch/arm/mach-ixp4xx/Kconfig" source "arch/arm/mach-keystone/Kconfig" +source "arch/arm/mach-lpc32xx/Kconfig" + source "arch/arm/mach-mediatek/Kconfig" source "arch/arm/mach-meson/Kconfig" |