summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap3-touchbook.conf
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-02-18 22:45:16 -0600
committerDenys Dmytriyenko <denys@ti.com>2013-02-25 19:48:41 -0500
commit4d99e63181c6f58b5bb41eb830c7af75b097e10e (patch)
treef580915e12d3565f80e93e43a143610d6e5bd0f0 /conf/machine/omap3-touchbook.conf
parent3aeebece0e37425fd9e480127d1ac599c87ca750 (diff)
downloadmeta-ti-4d99e63181c6f58b5bb41eb830c7af75b097e10e.tar.gz
machine configs: Add SGX to MACHINE_FEATURES
* Add sgx to MACHINE_FEATURES to indicate that a particular machine supports sgx. * TI chips are available in multiple variants including some that supports sgx while others do not. * By adding sgx as a machine feature other layers can create generic packagegroups or images for a particular soc but will only include sgx dependencies if the particular machine has sgx support. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omap3-touchbook.conf')
-rw-r--r--conf/machine/omap3-touchbook.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
index 8439e0aa..6c52d9ee 100644
--- a/conf/machine/omap3-touchbook.conf
+++ b/conf/machine/omap3-touchbook.conf
@@ -43,4 +43,4 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
43UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" 43UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
44 44
45# and sdio 45# and sdio
46MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" 46MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx"