blob: da3bcc3a8392c801fc51f3af8c69d0d38f3e1eec [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_GRASSHOPPER
2
3config SYS_BOARD
4 string
5 default "grasshopper"
6
7config SYS_VENDOR
8 string
9 default "in-circuit"
10
11config SYS_SOC
12 string
13 default "at32ap700x"
14
15config SYS_CONFIG_NAME
16 string
17 default "grasshopper"
18
19endif