diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-02 18:32:02 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-04 16:58:48 +0300 |
commit | 4759f5627ad4d6eb4a8daf75dac724bed87fea51 (patch) | |
tree | 0ff72425690c60e06b098a7740a18df307086d52 /packages | |
parent | 89075e2a85d69d5be35f7fc48e58b0369e8e3df4 (diff) |
linux-rp-2.6.24: update tosa defconfig
enable KEYBOARD_GPIO and INPUT_POWER on tosa
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-rp-2.6.24/defconfig-tosa | 4 | ||||
-rw-r--r-- | 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 db1aa16238..9c42d4bccb 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 d0a937aa8f..c4987088eb 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" |