blob: 368ce027e62694d70094096d5cf72dcd6cca56fe [file] [log] [blame]
Trevor Woernerabec6dc2021-06-10 22:37:04 -04001if TARGET_EA_LPC3250DEVKITV2
2
3config SYS_BOARD
4 default "ea-lpc3250devkitv2"
5
6config SYS_VENDOR
7 default "ea"
8
9config SYS_SOC
10 default "lpc32xx"
11
12config SYS_CONFIG_NAME
13 default "ea-lpc3250devkitv2"
14
15endif