blob: 17adab09e9902ce023cb3e39416fdaf84b202f45 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_MV88F6281GTW_GE
2
3config SYS_CPU
4 string
5 default "arm926ejs"
6
7config SYS_BOARD
8 string
9 default "mv88f6281gtw_ge"
10
11config SYS_VENDOR
12 string
13 default "Marvell"
14
15config SYS_SOC
16 string
17 default "kirkwood"
18
19config SYS_CONFIG_NAME
20 string
21 default "mv88f6281gtw_ge"
22
23endif