Add Kconfig entry config option for USB_EHCI_ZYNQ and update the same to enable for all zynq boards which supports USB Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
18 lines
354 B
C
18 lines
354 B
C
/*
|
|
* (C) Copyright 2013 Xilinx, Inc.
|
|
*
|
|
* Configuration for Zynq Evaluation and Development Board - ZedBoard
|
|
* See zynq-common.h for Zynq common configs
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __CONFIG_ZYNQ_ZED_H
|
|
#define __CONFIG_ZYNQ_ZED_H
|
|
|
|
#define CONFIG_SYS_NO_FLASH
|
|
|
|
#include <configs/zynq-common.h>
|
|
|
|
#endif /* __CONFIG_ZYNQ_ZED_H */
|