blob: 91246be71bb60e9cac7fbf26d1d698a99338892e [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_VCMA9
2
3config SYS_CPU
4 string
5 default "arm920t"
6
7config SYS_BOARD
8 string
9 default "vcma9"
10
11config SYS_VENDOR
12 string
13 default "mpl"
14
15config SYS_SOC
16 string
17 default "s3c24x0"
18
19config SYS_CONFIG_NAME
20 string
21 default "VCMA9"
22
23endif