diff options
author | Simon Busch <morphis@gravedo.de> | 2010-09-14 16:54:38 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2010-09-14 21:12:33 +0200 |
commit | daa103a9c65d1ae51fdb52bf0b90099470d65631 (patch) | |
tree | 73502fa2b900a31b3636508614cde9a70135db23 | |
parent | 60716e86577621f0e42759d54246fbb5f0b783df (diff) |
linux-palmpre: enable uinput support in defconfig
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r-- | recipes/linux/linux-palmpre/defconfig | 2 | ||||
-rw-r--r-- | recipes/linux/linux-palmpre_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-palmpre/defconfig b/recipes/linux/linux-palmpre/defconfig index 08c5bb0454..7bdaf0ce69 100644 --- a/recipes/linux/linux-palmpre/defconfig +++ b/recipes/linux/linux-palmpre/defconfig @@ -892,7 +892,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=y CONFIG_HSDL9100_PROX_SENSOR=y CONFIG_LIGHTSENSOR_AMBIENT6200=y CONFIG_INPUT_ACCELEROMETER=y diff --git a/recipes/linux/linux-palmpre_git.bb b/recipes/linux/linux-palmpre_git.bb index 59e8d6c2f1..47d71def34 100644 --- a/recipes/linux/linux-palmpre_git.bb +++ b/recipes/linux/linux-palmpre_git.bb @@ -13,7 +13,7 @@ S = "${WORKDIR}/git/" SRCREV = "96eba42952e860f652e66a72569319dfd35756dc" KV = "2.6.24" -PR="r1" +PR="r2" PV = "${KV}+gitr${SRCPV}" # linux.inc overrides LOCAVERSION but we like to stay with the one used originally |