[oe-commits] Andreas Oberritter : linux-dm8000: enable CONFIG_VT for keyboard input

GIT User account git at amethyst.openembedded.net
Tue Oct 21 10:48:52 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 2fb41ab6c78fe8d5377ce234d52badfacb09a789
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2fb41ab6c78fe8d5377ce234d52badfacb09a789

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 20 18:40:08 2008 +0200

linux-dm8000: enable CONFIG_VT for keyboard input

---

 packages/linux/linux-dm8000/dm8000_defconfig |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/packages/linux/linux-dm8000/dm8000_defconfig b/packages/linux/linux-dm8000/dm8000_defconfig
index 73ab2d9..422fc77 100644
--- a/packages/linux/linux-dm8000/dm8000_defconfig
+++ b/packages/linux/linux-dm8000/dm8000_defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.12-5.1-brcmstb-dm8000
-# Wed Jun 25 11:05:01 2008
+# Mon Oct 20 18:29:26 2008
 #
 CONFIG_MIPS=y
 
@@ -1004,7 +1004,9 @@ CONFIG_SERIO_LIBPS2=y
 #
 # Character devices
 #
-# CONFIG_VT is not set
+CONFIG_VT=y
+CONFIG_VT_CONSOLE=y
+CONFIG_HW_CONSOLE=y
 # CONFIG_SERIAL_NONSTANDARD is not set
 
 #
@@ -1266,6 +1268,13 @@ CONFIG_FB_SOFT_CURSOR=y
 # CONFIG_FB_VIRTUAL is not set
 
 #
+# Console display driver support
+#
+# CONFIG_VGA_CONSOLE is not set
+CONFIG_DUMMY_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+#
 # Logo configuration
 #
 # CONFIG_LOGO is not set





More information about the Openembedded-commits mailing list