summaryrefslogtreecommitdiff
path: root/Kconfig.zephyr
diff options
context:
space:
mode:
authorAdrian Bradianu <adrian.bradianu@windriver.com>2016-06-01 14:20:02 +0300
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-30 17:51:56 +0000
commit7a16ade6d12ab7db8137ab762caf5bcfa06228c1 (patch)
tree9686fe400f9c3f923fb21a5b0e3bb2d245235309 /Kconfig.zephyr
parent7a6bab308ae6a71f2c1a981c3da1ed127ddee67f (diff)
usb: Add USB device core layer
USB Device core layer is a hardware independent interface between USB device controller driver and USB device class drivers or customer applications. It's a port of the LPCUSB device stack. Change-Id: I9371ffab7034d20953fec0525e72fbe9e094c931 Signed-off-by: Adrian Bradianu <adrian.bradianu@windriver.com> Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Diffstat (limited to 'Kconfig.zephyr')
-rw-r--r--Kconfig.zephyr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index 99d04a395..edfb44f80 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -34,6 +34,8 @@ source "lib/Kconfig"
source "ext/Kconfig"
+source "usb/Kconfig"
+
#
# The following are for Kconfig files for default values only.
# These should be parsed at the end.