aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSean Cross <sean@chumby.com>2010-10-12 21:13:00 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-20 18:30:25 -0700
commit72f812b7cc05a0fb3b46acf30b916a137a71eb41 (patch)
tree402175843b84890469ac808e9ae37d7a004d2226 /recipes
parente1a76e12f809095cd2fa57f758eda4b3f2e07405 (diff)
downloadopenembedded-72f812b7cc05a0fb3b46acf30b916a137a71eb41.tar.gz
linux-imx-git: Fix compile error by making rotary coder a builtin
There is a problem with certain functions not being exported in the kernel. This causes a compile error. As a workaround, make the rotary coder a builtin. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/linux/linux-imx-git/chumby-falconwing/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-imx-git/chumby-falconwing/defconfig b/recipes/linux/linux-imx-git/chumby-falconwing/defconfig
index ac3be519ed..c93fe506ae 100644
--- a/recipes/linux/linux-imx-git/chumby-falconwing/defconfig
+++ b/recipes/linux/linux-imx-git/chumby-falconwing/defconfig
@@ -902,7 +902,7 @@ CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
CONFIG_INPUT_MISC=y
-CONFIG_INPUT_STMP3XXX_ROTDEC=m
+CONFIG_INPUT_STMP3XXX_ROTDEC=y
# CONFIG_INPUT_ATI_REMOTE is not set
CONFIG_INPUT_ATI_REMOTE2=m
# CONFIG_INPUT_KEYSPAN_REMOTE is not set