From: Tom Zanussi <tom.zanu...@intel.com>

Add a 'uhci-hcd' feature that turns on the kernel options required to
support uhci (USB 1.x).

Signed-off-by: Tom Zanussi <tom.zanu...@intel.com>
---
 meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg |    1 +
 meta/cfg/kernel-cache/features/usb/uhci-hcd.scc |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg
 create mode 100644 meta/cfg/kernel-cache/features/usb/uhci-hcd.scc

diff --git a/meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg 
b/meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg
new file mode 100644
index 0000000..9c9d8c2
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg
@@ -0,0 +1 @@
+CONFIG_USB_UHCI_HCD=y
diff --git a/meta/cfg/kernel-cache/features/usb/uhci-hcd.scc 
b/meta/cfg/kernel-cache/features/usb/uhci-hcd.scc
new file mode 100644
index 0000000..aaf3c2b
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/usb/uhci-hcd.scc
@@ -0,0 +1,6 @@
+define KFEATURE_DESCRIPTION "Enable options for uhci (USB 1.x)"
+define KFEATURE_COMPATIBILITY board
+
+include base.scc
+
+kconf hardware uhci-hcd.cfg
-- 
1.7.0.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to