diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2006-12-08 02:36:28 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 08:28:40 -0800 |
commit | 0a8588578508a6c58a30ad1a7e23b285cfab49f3 (patch) | |
tree | ce01093171ccf5cb84d8c2f5a325b0db40644f04 /drivers/atm/Kconfig | |
parent | 60e657e377037d8ce82015903dd195851b7861ed (diff) | |
download | linux-3.10-0a8588578508a6c58a30ad1a7e23b285cfab49f3.tar.gz linux-3.10-0a8588578508a6c58a30ad1a7e23b285cfab49f3.tar.bz2 linux-3.10-0a8588578508a6c58a30ad1a7e23b285cfab49f3.zip |
[PATCH] atm/ambassador: use bitrev8
Use bitrev8 for ambassador driver.
Cc: Chas Williams <linux-atm-general@lists.sourceforge.net>
Cc: Giuliano Procida at Madge Networks <gprocida@madge.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/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index cfa5af883e1..2ddd76fdbc4 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -242,6 +242,7 @@ config ATM_IDT77252_USE_SUNI config ATM_AMBASSADOR tristate "Madge Ambassador (Collage PCI 155 Server)" depends on PCI && ATM + select BITREVERSE help This is a driver for ATMizer based ATM card produced by Madge Networks Ltd. Say Y (or M to compile as a module named ambassador) |