Add touchscreen-composite support to machines based on common-pc and
common-pc-64, along with several other Atom boards that don't inherit
from those, thus providing those machines with the out-of-the-box
ability to make use of the set of USB touchscreen devices supported by
the composite USB driver.

Signed-off-by: Tom Zanussi <tom.zanu...@linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 +
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc       | 1 +
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc         | 1 +
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc           | 1 +
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc                 | 1 +
 meta/cfg/kernel-cache/bsp/minnow/minnow.scc             | 1 +
 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc           | 1 +
 7 files changed, 7 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc 
b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
index 68c1619..6151da1 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
@@ -5,6 +5,7 @@ include cfg/x86_64.scc
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
 include features/usb/ohci-hcd.scc
+include features/usb/touchscreen-composite.scc
 include features/intel-e1xxxx/intel-e100.scc
 include features/intel-e1xxxx/intel-e1xxxx.scc
 include features/scsi/cdrom.scc
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc 
b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
index 3af9e88..1832ac8 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
@@ -5,5 +5,6 @@ include cfg/x86.scc
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
 include features/usb/ohci-hcd.scc
+include features/usb/touchscreen-composite.scc
 include features/intel-e1xxxx/intel-e100.scc
 include features/intel-e1xxxx/intel-e1xxxx.scc
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc 
b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
index 591ea1a..13794f7 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
@@ -10,3 +10,4 @@ include features/power/intel.scc
 
 include features/usb/ehci-hcd.scc
 include features/usb/ohci-hcd.scc
+include features/usb/touchscreen-composite.scc
diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc 
b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
index af2d708..4eed625 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
@@ -5,6 +5,7 @@ include cfg/8250.scc
 
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
+include features/usb/touchscreen-composite.scc
 
 kconf hardware emenlow.cfg
 kconf non-hardware reboot-quirk.cfg 
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc 
b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
index fa718b1..8d4a656 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
@@ -8,4 +8,5 @@ include features/power/intel.scc
 include cfg/efi.scc
 include features/usb/ehci-hcd.scc
 include features/usb/ohci-hcd.scc
+include features/usb/touchscreen-composite.scc
 include features/iwlwifi/iwlwifi.scc
diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc 
b/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
index 41b98a2..9d632df 100644
--- a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
+++ b/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
@@ -6,6 +6,7 @@ include cfg/efi.scc
 include features/usb/ehci-hcd.scc
 include features/usb/ohci-hcd.scc
 include features/usb/usb-gadgets.scc
+include features/usb/touchscreen-composite.scc
 include cfg/timer/hpet.scc
 include cfg/timer/rtc.scc
 include features/leds/leds.scc
diff --git a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc 
b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
index fc1a9fe..b1f35a9 100644
--- a/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
+++ b/meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc
@@ -7,3 +7,4 @@ include cfg/8250.scc
 include cfg/usb-mass-storage.scc
 include features/power/intel.scc
 include cfg/efi.scc
+include features/usb/touchscreen-composite.scc
-- 
1.7.11.4

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

Reply via email to