diff options
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | 2016-03-31 23:12:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:09 -0400 |
commit | 5493a32c8ee9b54d2eb39c374ddadb7a34143c81 (patch) | |
tree | 1346b0270cf61a82e958bbd6fa566d5764e06447 /include/configs/zynq-common.h | |
parent | 6b14fbbdc6b1a6669bc70212bfe6d1d7129e03b4 (diff) | |
download | u-boot-imx-5493a32c8ee9b54d2eb39c374ddadb7a34143c81.zip u-boot-imx-5493a32c8ee9b54d2eb39c374ddadb7a34143c81.tar.gz u-boot-imx-5493a32c8ee9b54d2eb39c374ddadb7a34143c81.tar.bz2 |
Migrate CONFIG_ULPI* to Kconfig
Move CONFIG_USB_ULPI* from headers to defconfigs for boards that use it.
Also - add CONFIG_USB where necesarry - all boards use it,
but some are not defining it explicitly.
Affected boards:
colibri_t20, harmony, mcx, mt_ventoux, twister,
zynq_(picozed, zc702, zc706, zed, zybo)
Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 9ff3df2..c2ed28a 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -96,8 +96,6 @@ # define CONFIG_CMD_USB # define CONFIG_USB_STORAGE # define CONFIG_USB_EHCI_ZYNQ -# define CONFIG_USB_ULPI_VIEWPORT -# define CONFIG_USB_ULPI # define CONFIG_EHCI_IS_TDI # define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |