]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/cavium/thunderx/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git://git...
[people/ms/u-boot.git] / board / cavium / thunderx / Kconfig
CommitLineData
746f985a
ST
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