ARM: dts: sama5d2: Add uart4 definition
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / lpc32xx / Kconfig
1 if ARCH_LPC32XX
2
3 config SYS_SOC
4         default "lpc32xx"
5
6 choice
7         prompt "NXP LPC32xx board select"
8
9 config TARGET_DEVKIT3250
10         bool "Timll DevKit3250"
11
12 config TARGET_WORK_92105
13         bool "Work Microwave Work_92105"
14
15 endchoice
16
17 source "board/timll/devkit3250/Kconfig"
18 source "board/work-microwave/work_92105/Kconfig"
19
20 endif