1if ARCH_ZYNQ 2 3config SYS_BOARD 4 default "zynq" 5 6config SYS_VENDOR 7 default "xilinx" 8 9config SYS_SOC 10 default "zynq" 11 12config SYS_CONFIG_NAME 13 string "Board configuration name" 14 default "zynq-common" 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 20endif 21