Siva Durga Prasad Paladugu | 650fb40 | 2015-06-10 15:50:57 +0530 | [diff] [blame] | 1 | if ARCH_ZYNQMP |
| 2 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 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 |
Michal Simek | 7b5413e | 2016-03-18 18:21:36 +0100 | [diff] [blame] | 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. |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 19 | |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 20 | config ZYNQMP_USB |
| 21 | bool "Configure ZynqMP USB" |
| 22 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 23 | endif |