Kconfig (faa3d77749ad30d2e1c48e2e4363b9c4889aca27) | Kconfig (75bf1bd7d2f993787d0faa7d6e6534f7e88a2975) |
---|---|
1if ARCH_LPC32XX | 1# SPDX-License-Identifier: GPL-2.0-only |
2 | 2 |
3menu "Individual UART enable selections" 4 5config ARCH_LPC32XX_UART3_SELECT 6 bool "Add support for standard UART3" | 3config ARCH_LPC32XX 4 bool "NXP LPC32XX" 5 depends on ARCH_MULTI_V5 6 select ARM_AMBA 7 select CLKSRC_LPC32XX 8 select CPU_ARM926T 9 select GPIOLIB |
7 help | 10 help |
8 Adds support for standard UART 3 when the 8250 serial support 9 is enabled. 10 11config ARCH_LPC32XX_UART4_SELECT 12 bool "Add support for standard UART4" 13 help 14 Adds support for standard UART 4 when the 8250 serial support 15 is enabled. 16 17config ARCH_LPC32XX_UART5_SELECT 18 bool "Add support for standard UART5" 19 default y 20 help 21 Adds support for standard UART 5 when the 8250 serial support 22 is enabled. 23 24config ARCH_LPC32XX_UART6_SELECT 25 bool "Add support for standard UART6" 26 help 27 Adds support for standard UART 6 when the 8250 serial support 28 is enabled. 29 30endmenu 31 32endif | 11 Support for the NXP LPC32XX family of processors |