blob: 927d8765d6756860780c7f5a15176b623bc2a4cc [file] [log] [blame]
Sergey Temerkhanov746f9852015-10-14 09:55:50 -07001if TARGET_THUNDERX_88XX
2
3config SYS_CPU
4 string
5 default "armv8"
6
7config SYS_BOARD
8 string
9 default "thunderx"
10
11config SYS_VENDOR
12 string
13 default "cavium"
14
15config SYS_CONFIG_NAME
16 string
17 default "thunderx_88xx"
18
19config CMD_ATF
20 bool "Enable ATF query commands"
21 default y
22 help
23 Enable vendor specific ATF query commands such as SPI and SD/MMC
24 devices access, low level environment query, boot device layout
25 and node count.
26
27endif