Skip to content

Commit

Permalink
linux: update Zaurus defconfigs
Browse files Browse the repository at this point in the history
* build uinput as module

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
  • Loading branch information
andrea-adami committed Apr 29, 2011
1 parent 4dc381d commit 63edb15
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion recipes/kexecboot/kexecboot.inc
Expand Up @@ -38,7 +38,7 @@ inherit autotools
# Zaurus clamshells looks better at 480x480

EXTRA_OECONF_akita = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
EXTRA_OECONF_c7x0 = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
EXTRA_OECONF_spitz = "--enable-zaurus --enable-delay=3 --enable-evdev-rate=1000,250 --enable-fbui-width=480"
EXTRA_OECONF_poodle = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
EXTRA_OECONF_tosa = "--enable-zaurus --enable-delay=2 --enable-evdev-rate=1000,250"
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/akita/defconfig
Expand Up @@ -170,7 +170,7 @@ CONFIG_KEYBOARD_MATRIX=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/c7x0/defconfig
Expand Up @@ -171,7 +171,7 @@ CONFIG_KEYBOARD_MATRIX=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/collie/defconfig
Expand Up @@ -168,7 +168,7 @@ CONFIG_KEYBOARD_LOCOMO=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/poodle/defconfig
Expand Up @@ -171,7 +171,7 @@ CONFIG_KEYBOARD_LOCOMO=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/spitz/defconfig
Expand Up @@ -170,7 +170,7 @@ CONFIG_KEYBOARD_MATRIX=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux-2.6.38/tosa/defconfig
Expand Up @@ -171,7 +171,7 @@ CONFIG_KEYBOARD_MATRIX=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_UINPUT=m
# CONFIG_SERIO is not set
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
Expand Down
2 changes: 1 addition & 1 deletion recipes/linux/linux_2.6.38.bb
@@ -1,6 +1,6 @@
require linux.inc

PR = "r3"
PR = "r4"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
Expand Down

0 comments on commit 63edb15

Please sign in to comment.