diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2006-12-08 02:36:27 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 08:28:40 -0800 |
commit | 60e657e377037d8ce82015903dd195851b7861ed (patch) | |
tree | 23ca6e93d037595317c7be7971aee5fd8ff45af2 /drivers/isdn/hisax/Kconfig | |
parent | 1c6676825fe4cc03a71f253fc3e16ec17c6a3195 (diff) | |
download | blackbird-op-linux-60e657e377037d8ce82015903dd195851b7861ed.tar.gz blackbird-op-linux-60e657e377037d8ce82015903dd195851b7861ed.zip |
[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 tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" depends on USB && EXPERIMENTAL select CRC_CCITT + select BITREVERSE help This enables the driver for ST5481 based USB ISDN adapters, e.g. the BeWan Gazel 128 USB |