]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv8/zynqmp/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / zynqmp / Kconfig
1 if ARCH_ZYNQMP
2
3 config SYS_BOARD
4 default "zynqmp"
5
6 config SYS_VENDOR
7 default "xilinx"
8
9 config SYS_SOC
10 default "zynqmp"
11
12 config SYS_CONFIG_NAME
13 string "Board configuration name"
14 default "xilinx_zynqmp"
15 help
16 This option contains information about board configuration name.
17 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
18 will be used for board configuration.
19
20 config ZYNQMP_USB
21 bool "Configure ZynqMP USB"
22
23 endif