Sergey Temerkhanov | 69f7a03 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 1 | if TARGET_THUNDERX_88XX |
| 2 | |
| 3 | config SYS_CPU |
Sergey Temerkhanov | 69f7a03 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 4 | default "armv8" |
| 5 | |
| 6 | config SYS_BOARD |
Sergey Temerkhanov | 69f7a03 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 7 | default "thunderx" |
| 8 | |
| 9 | config SYS_VENDOR |
Sergey Temerkhanov | 69f7a03 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 10 | default "cavium" |
| 11 | |
| 12 | config SYS_CONFIG_NAME |
Sergey Temerkhanov | 69f7a03 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 13 | default "thunderx_88xx" |
| 14 | |
| 15 | config CMD_ATF |
| 16 | bool "Enable ATF query commands" |
| 17 | default y |
| 18 | help |
| 19 | Enable vendor specific ATF query commands such as SPI and SD/MMC |
| 20 | devices access, low level environment query, boot device layout |
| 21 | and node count. |
| 22 | |
| 23 | endif |