[yocto] [PATCH 3/5][KERNEL] meta: add usb/ehci-hcd feature

tom.zanussi at intel.com tom.zanussi at intel.com
Wed May 2 20:35:22 PDT 2012


From: Tom Zanussi <tom.zanussi at intel.com>

Add an 'ehci-hcd' feature that turns on the kernel options required to
support ehci (USB 2.0).

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

diff --git a/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.cfg b/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.cfg
new file mode 100644
index 0000000..7322dc2
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.cfg
@@ -0,0 +1 @@
+CONFIG_USB_EHCI_HCD=y
diff --git a/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.scc b/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.scc
new file mode 100644
index 0000000..6ed0944
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/usb/ehci-hcd/ehci-hcd.scc
@@ -0,0 +1,6 @@
+define KFEATURE_DESCRIPTION "Enable options for ehci (USB 2.0)"
+define KFEATURE_COMPATIBILITY board
+
+kconf hardware ehci-hcd.cfg
+
+include features/usb/host/base.scc
-- 
1.7.0.4




More information about the yocto mailing list