summaryrefslogtreecommitdiff
path: root/configs/twister_defconfig
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-03-31 21:12:19 (GMT)
committerTom Rini <trini@konsulko.com>2016-04-01 21:18:09 (GMT)
commit5493a32c8ee9b54d2eb39c374ddadb7a34143c81 (patch)
tree1346b0270cf61a82e958bbd6fa566d5764e06447 /configs/twister_defconfig
parent6b14fbbdc6b1a6669bc70212bfe6d1d7129e03b4 (diff)
downloadu-boot-5493a32c8ee9b54d2eb39c374ddadb7a34143c81.tar.xz
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 'configs/twister_defconfig')
-rw-r--r--configs/twister_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/twister_defconfig b/configs/twister_defconfig
index 06c98eb..064cf91 100644
--- a/configs/twister_defconfig
+++ b/configs/twister_defconfig
@@ -10,3 +10,6 @@ CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_SYS_NS16550=y
CONFIG_OF_LIBFDT=y
+CONFIG_USB=y
+CONFIG_USB_ULPI=y
+CONFIG_USB_ULPI_VIEWPORT_OMAP=y