]> git.sur5r.net Git - u-boot/blob - board/cavium/thunderx/Kconfig
ARM64: zynqmp: Adjust to new SMC interface to get silicon version
[u-boot] / board / cavium / thunderx / Kconfig
1 if TARGET_THUNDERX_88XX
2
3 config SYS_CPU
4         string
5         default "armv8"
6
7 config SYS_BOARD
8         string
9         default "thunderx"
10
11 config SYS_VENDOR
12         string
13         default "cavium"
14
15 config SYS_CONFIG_NAME
16         string
17         default "thunderx_88xx"
18
19 config 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
27 endif