[oe-commits] Dmitry Baryshkov : linux-rp-2.6.24: update tosa defconfig

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:00:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4759f5627ad4d6eb4a8daf75dac724bed87fea51
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4759f5627ad4d6eb4a8daf75dac724bed87fea51

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Tue Dec  2 18:32:02 2008 +0300

linux-rp-2.6.24: update tosa defconfig

enable KEYBOARD_GPIO and INPUT_POWER on tosa

Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 packages/linux/linux-rp-2.6.24/defconfig-tosa |    4 ++--
 packages/linux/linux-rp_2.6.24.bb             |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/linux/linux-rp-2.6.24/defconfig-tosa b/packages/linux/linux-rp-2.6.24/defconfig-tosa
index db1aa16..9c42d4b 100644
--- a/packages/linux/linux-rp-2.6.24/defconfig-tosa
+++ b/packages/linux/linux-rp-2.6.24/defconfig-tosa
@@ -822,7 +822,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
 # CONFIG_INPUT_JOYDEV is not set
 CONFIG_INPUT_EVDEV=y
 # CONFIG_INPUT_EVBUG is not set
-# CONFIG_INPUT_POWER is not set
+CONFIG_INPUT_POWER=y
 
 #
 # Input Device Drivers
@@ -839,7 +839,7 @@ CONFIG_INPUT_KEYBOARD=y
 # CONFIG_KEYBOARD_SPITZ is not set
 CONFIG_KEYBOARD_TOSA=y
 # CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES is not set
-# CONFIG_KEYBOARD_GPIO is not set
+CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_INPUT_JOYSTICK is not set
 # CONFIG_INPUT_TABLET is not set
diff --git a/packages/linux/linux-rp_2.6.24.bb b/packages/linux/linux-rp_2.6.24.bb
index d0a937a..c498708 100644
--- a/packages/linux/linux-rp_2.6.24.bb
+++ b/packages/linux/linux-rp_2.6.24.bb
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r16"
+PR = "r17"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_collie = "1"





More information about the Openembedded-commits mailing list