2 * (C) Copyright 2013 Xilinx, Inc.
4 * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
5 * See zynq-common.h for Zynq common configs
7 * SPDX-License-Identifier: GPL-2.0+
10 #ifndef __CONFIG_ZYNQ_ZC70X_H
11 #define __CONFIG_ZYNQ_ZC70X_H
13 #define CONFIG_SYS_NO_FLASH
15 #define CONFIG_ZYNQ_USB
16 #define CONFIG_ZYNQ_I2C0
17 #define CONFIG_ZYNQ_EEPROM
19 #include <configs/zynq-common.h>
21 #endif /* __CONFIG_ZYNQ_ZC70X_H */