diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2015-09-28 16:38:07 -0700 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-12-03 09:57:24 -0500 |
commit | ee289602d8ac1050e725d6899a73f7592c5668ad (patch) | |
tree | 666d600cdb7c322779f88c2e573768ad4ceec143 | |
parent | e871155e221dbb3397ab7e6ed5267c0958094636 (diff) | |
download | lwn-ee289602d8ac1050e725d6899a73f7592c5668ad.tar.gz lwn-ee289602d8ac1050e725d6899a73f7592c5668ad.zip |
Input: zhenhua - ensure we have BITREVERSE
[ Upstream commit d3b367bc26ea2e07a83fe73f0ccbddd729cb1f9a ]
It uses bitrev8(), so it must ensure that lib/bitrev.o gets included in
vmlinux.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-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 |