blob: 165cee71def6ea7f34d8c37323483350f8bd2079 [file] [log] [blame]
Steve Rae9dec5272014-08-11 13:58:26 -07001if TARGET_BCM958300K
2
3config SYS_CPU
4 string
5 default "armv7"
6
7config SYS_BOARD
8 string
9 default "bcm_ep"
10
11config SYS_VENDOR
12 string
13 default "broadcom"
14
15config SYS_SOC
16 string
17 default "bcmcygnus"
18
19config SYS_CONFIG_NAME
20 string
21 default "bcm_ep_board"
22
23endif