xref: /openbmc/u-boot/board/cavium/thunderx/Kconfig (revision 32151d40)
1if 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
28