diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-11 17:04:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-11 17:04:36 +0000 |
commit | 90ff1cbc31050c502bf8c2d65ade0a0b32187abc (patch) | |
tree | 90ff71cadfd7d0bdbe4c3ebfb89f87de506f0414 | |
parent | 43bd216de59a5b906b2211632ef582c5bd5225e9 (diff) | |
download | poky-90ff1cbc31050c502bf8c2d65ade0a0b32187abc.tar.gz |
omap-3430ldp: Add extra machine specific kernel module RRECOMMENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5048 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/omap-3430ldp.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/machine/omap-3430ldp.conf b/meta/conf/machine/omap-3430ldp.conf index b9fb5bdcc5..054d897bd1 100644 --- a/meta/conf/machine/omap-3430ldp.conf +++ b/meta/conf/machine/omap-3430ldp.conf | |||
@@ -13,3 +13,14 @@ SERIAL_CONSOLE = "-L 115200 ttyS2" | |||
13 | 13 | ||
14 | require conf/machine/include/tune-cortexa8.inc | 14 | require conf/machine/include/tune-cortexa8.inc |
15 | #require conf/machine/include/tune-arm1136jf-s.inc | 15 | #require conf/machine/include/tune-arm1136jf-s.inc |
16 | |||
17 | MACHINE_EXTRA_RRECOMMENDS = "\ | ||
18 | kernel-module-ads7846 \ | ||
19 | kernel-module-atkbd \ | ||
20 | kernel-module-g-ether \ | ||
21 | kernel-module-musb-hdrc \ | ||
22 | kernel-module-omap24xxlib \ | ||
23 | kernel-module-omap24xxvout \ | ||
24 | kernel-module-omap-hsmmc \ | ||
25 | kernel-module-snd-omap2-audio \ | ||
26 | " | ||