diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-05-27 17:10:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-27 17:10:22 +0000 |
commit | 033d035e625dabb7542aca995c2cc378d9adf23c (patch) | |
tree | d1865478df7f2765be266b4655b177de56cc19d7 /packages/linux/ixp4xx-kernel | |
parent | 063124260cc3d1f0b11c5fb5cb7c10fca3ac27ca (diff) |
ixp4xx-kernel: Set CONFIG_EVDEV=y. Buzzer won't work when it's a module
Diffstat (limited to 'packages/linux/ixp4xx-kernel')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.16/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/defconfig b/packages/linux/ixp4xx-kernel/2.6.16/defconfig index 17d51ba41b..441d382c4f 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/defconfig +++ b/packages/linux/ixp4xx-kernel/2.6.16/defconfig @@ -891,7 +891,7 @@ CONFIG_INPUT=y # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set -CONFIG_INPUT_EVDEV=m +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # |