diff options
author | Andrew Morton <[email protected]> | 2015-10-01 15:37:08 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-10-01 21:42:35 -0400 |
commit | 09a59a9d57a9d6f49510c93304d6e105deb83b93 (patch) | |
tree | adf118e46559e078361486776f707b46e53bbd50 | |
parent | 484ebb3b8c8b27dd2171696462a3116edb9ff801 (diff) |
drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE
It uses bitrev8(), so it must ensure that lib/bitrev.o gets included in
vmlinux.
Cc: Fengguang Wu <[email protected]>
Cc: yalin wang <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | drivers/input/joystick/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig index 56eb471b5576..4215b5382092 100644 --- a/drivers/input/joystick/Kconfig +++ b/drivers/input/joystick/Kconfig @@ -196,6 +196,7 @@ config JOYSTICK_TWIDJOY config JOYSTICK_ZHENHUA tristate "5-byte Zhenhua RC transmitter" select SERIO + select BITREVERSE help Say Y here if you have a Zhen Hua PPM-4CH transmitter which is supplied with a ready to fly micro electric indoor helicopters |