1if ARCH_LPC32XX
2
3config SYS_SOC
4	default "lpc32xx"
5
6choice
7	prompt "NXP LPC32xx board select"
8
9config TARGET_DEVKIT3250
10	bool "Timll DevKit3250"
11
12config TARGET_WORK_92105
13	bool "Work Microwave Work_92105"
14
15config TARGET_EA_LPC3250DEVKITV2
16	bool "Embedded Artists LPC3250 Developer's Kit v2"
17
18endchoice
19
20source "board/timll/devkit3250/Kconfig"
21source "board/work-microwave/work_92105/Kconfig"
22source "board/ea/ea-lpc3250devkitv2/Kconfig"
23
24endif
25