blob: 185bda41c2244e06600b780059cdeb2ae8c49f7e [file] [log] [blame]
Vladimir Zapolskiyee54dfe2018-09-17 21:43:03 +03001if 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
Trevor Woernerfaf78fd2021-06-10 22:37:04 -040015config TARGET_EA_LPC3250DEVKITV2
16 bool "Embedded Artists LPC3250 Developer's Kit v2"
17
Vladimir Zapolskiyee54dfe2018-09-17 21:43:03 +030018endchoice
19
20source "board/timll/devkit3250/Kconfig"
21source "board/work-microwave/work_92105/Kconfig"
Trevor Woernerfaf78fd2021-06-10 22:37:04 -040022source "board/ea/ea-lpc3250devkitv2/Kconfig"
Vladimir Zapolskiyee54dfe2018-09-17 21:43:03 +030023
24endif