]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/xilinx/zynqmp/Kconfig
b07932e80583e28b2c35e3f078eedbc15b92d8c5
[karo-tx-uboot.git] / board / xilinx / zynqmp / Kconfig
1 if TARGET_XILINX_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         default "xilinx_zynqmp"
14
15 endif