diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-21 08:43:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-21 08:43:17 +0200 |
commit | 4181c6bab27050247e032fee337b29729c623184 (patch) | |
tree | 7f5a462cdb66ffa859aebbfc572d1394100048f8 /conf/machine | |
parent | 6bc94b62f423e91dd7f3ead4b61bb7ee9608c1f1 (diff) |
omap3-touchbook: drag in rt3070 driver using task-base
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omap3-touchbook.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf index 37e39dce3f..dd08dea1c0 100644 --- a/conf/machine/omap3-touchbook.conf +++ b/conf/machine/omap3-touchbook.conf @@ -42,6 +42,6 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" PREFERRED_VERSION_u-boot = "git" -MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " +MACHINE_EXTRA_RRECOMMENDS = " rt3070 omap3-sgx-modules " # and sdio MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" |