All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta: add APM Emulation option to beagleboard
@ 2011-08-19  9:43 walimis
  2011-08-19 13:49 ` Darren Hart
  2011-08-21  4:22 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: walimis @ 2011-08-19  9:43 UTC (permalink / raw)
  To: Bruce.Ashfield; +Cc: yocto, dvhart

From: Liming Wang <liming.wang@windriver.com>

apmd daemon needs this option to work, so add this to beagleboard
kernel config file.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
---
 .../kernel-cache/bsp/beagleboard/beagleboard.cfg   |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
index 00485d2..56fce58 100644
--- a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
+++ b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
@@ -328,3 +328,8 @@ CONFIG_VIDEO_OMAP3_ISP=y
 # CONFIG_VIDEO_OMAP34XX_ISP_PREVIEWER is not set
 CONFIG_VIDEO_OMAP34XX_ISP_RESIZER=y
 # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
+
+#
+# Advanced Power Management Emulation support
+#
+CONFIG_APM_EMULATION=y
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-21  4:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19  9:43 [PATCH] meta: add APM Emulation option to beagleboard walimis
2011-08-19 13:49 ` Darren Hart
2011-08-21  4:22 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.