diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2006-12-08 05:36:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:40 -0500 |
commit | 60e657e377037d8ce82015903dd195851b7861ed (patch) | |
tree | 23ca6e93d037595317c7be7971aee5fd8ff45af2 /drivers/isdn/hisax/Kconfig | |
parent | 1c6676825fe4cc03a71f253fc3e16ec17c6a3195 (diff) |
[PATCH] isdn/hisax: use bitrev8
Use bitrev8 for hisax_st5481 driver.
Acked-by: Karsten Keil <kkeil@suse.de>
Cc: Kai Germaschewski <kai.germaschewski@gmx.de>
Cc: Frode Isaksen <fisaksen@bewan.com>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/hisax/Kconfig')
-rw-r--r-- | drivers/isdn/hisax/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig index cfd2718a490d..edf0e50990a7 100644 --- a/drivers/isdn/hisax/Kconfig +++ b/drivers/isdn/hisax/Kconfig | |||
@@ -402,6 +402,7 @@ config HISAX_ST5481 | |||
402 | tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" | 402 | tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" |
403 | depends on USB && EXPERIMENTAL | 403 | depends on USB && EXPERIMENTAL |
404 | select CRC_CCITT | 404 | select CRC_CCITT |
405 | select BITREVERSE | ||
405 | help | 406 | help |
406 | This enables the driver for ST5481 based USB ISDN adapters, | 407 | This enables the driver for ST5481 based USB ISDN adapters, |
407 | e.g. the BeWan Gazel 128 USB | 408 | e.g. the BeWan Gazel 128 USB |