Skip to content
Snippets Groups Projects
Commit ec8a3f50 authored by Tom Zanussi's avatar Tom Zanussi Committed by Bruce Ashfield
Browse files

meta: add BSP-specific touchscreen support


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: default avatarTom Zanussi <tom.zanussi@linux.intel.com>
parent 0f62a08b
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ include cfg/x86_64.scc ...@@ -5,6 +5,7 @@ include cfg/x86_64.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc include features/usb/uhci-hcd.scc
include features/usb/ohci-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-e100.scc
include features/intel-e1xxxx/intel-e1xxxx.scc include features/intel-e1xxxx/intel-e1xxxx.scc
include features/scsi/cdrom.scc include features/scsi/cdrom.scc
...@@ -5,5 +5,6 @@ include cfg/x86.scc ...@@ -5,5 +5,6 @@ include cfg/x86.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc include features/usb/uhci-hcd.scc
include features/usb/ohci-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-e100.scc
include features/intel-e1xxxx/intel-e1xxxx.scc include features/intel-e1xxxx/intel-e1xxxx.scc
...@@ -10,3 +10,4 @@ include features/power/intel.scc ...@@ -10,3 +10,4 @@ include features/power/intel.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/ohci-hcd.scc include features/usb/ohci-hcd.scc
include features/usb/touchscreen-composite.scc
...@@ -5,6 +5,7 @@ include cfg/8250.scc ...@@ -5,6 +5,7 @@ include cfg/8250.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/uhci-hcd.scc include features/usb/uhci-hcd.scc
include features/usb/touchscreen-composite.scc
kconf hardware emenlow.cfg kconf hardware emenlow.cfg
kconf non-hardware reboot-quirk.cfg kconf non-hardware reboot-quirk.cfg
...@@ -8,4 +8,5 @@ include features/power/intel.scc ...@@ -8,4 +8,5 @@ include features/power/intel.scc
include cfg/efi.scc include cfg/efi.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/ohci-hcd.scc include features/usb/ohci-hcd.scc
include features/usb/touchscreen-composite.scc
include features/iwlwifi/iwlwifi.scc include features/iwlwifi/iwlwifi.scc
...@@ -6,6 +6,7 @@ include cfg/efi.scc ...@@ -6,6 +6,7 @@ include cfg/efi.scc
include features/usb/ehci-hcd.scc include features/usb/ehci-hcd.scc
include features/usb/ohci-hcd.scc include features/usb/ohci-hcd.scc
include features/usb/usb-gadgets.scc include features/usb/usb-gadgets.scc
include features/usb/touchscreen-composite.scc
include cfg/timer/hpet.scc include cfg/timer/hpet.scc
include cfg/timer/rtc.scc include cfg/timer/rtc.scc
include features/leds/leds.scc include features/leds/leds.scc
......
...@@ -7,3 +7,4 @@ include cfg/8250.scc ...@@ -7,3 +7,4 @@ include cfg/8250.scc
include cfg/usb-mass-storage.scc include cfg/usb-mass-storage.scc
include features/power/intel.scc include features/power/intel.scc
include cfg/efi.scc include cfg/efi.scc
include features/usb/touchscreen-composite.scc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment