[U-Boot] [PATCH v1 05/16] usb: ulpi: Add Kconfig options for ULPI
Mateusz Kulikowski
mateusz.kulikowski at gmail.com
Wed Jan 6 19:21:17 CET 2016
The following options can be now enabled via defconfig:
- CONFIG_USB_ULPI
- CONFIG_USB_ULPI_VIEWPORT
- CONFIG_USB_ULPI_VIEWPORT_OMAP
Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
---
Changes in v1: New patch
drivers/usb/Kconfig | 2 ++
drivers/usb/ulpi/Kconfig | 10 ++++++++++
2 files changed, 12 insertions(+)
create mode 100644 drivers/usb/ulpi/Kconfig
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index abb06fc..57b99f2 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -53,6 +53,8 @@ source "drivers/usb/musb-new/Kconfig"
source "drivers/usb/emul/Kconfig"
+source "drivers/usb/ulpi/Kconfig"
+
comment "USB peripherals"
config USB_STORAGE
diff --git a/drivers/usb/ulpi/Kconfig b/drivers/usb/ulpi/Kconfig
new file mode 100644
index 0000000..f3210bc
--- /dev/null
+++ b/drivers/usb/ulpi/Kconfig
@@ -0,0 +1,10 @@
+comment "ULPI drivers"
+
+config USB_ULPI
+ bool
+
+config USB_ULPI_VIEWPORT
+ bool
+
+config USB_ULPI_VIEWPORT_OMAP
+ bool
--
2.5.0
More information about the U-Boot
mailing list