diff options
author | Akinobu Mita | 2006-12-08 11:36:28 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-12-08 17:28:40 +0100 |
commit | 0a8588578508a6c58a30ad1a7e23b285cfab49f3 (patch) | |
tree | ce01093171ccf5cb84d8c2f5a325b0db40644f04 /drivers/atm/Kconfig | |
parent | [PATCH] isdn/hisax: use bitrev8 (diff) | |
download | kernel-qcow2-linux-0a8588578508a6c58a30ad1a7e23b285cfab49f3.tar.gz kernel-qcow2-linux-0a8588578508a6c58a30ad1a7e23b285cfab49f3.tar.xz kernel-qcow2-linux-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 cfa5af883e13..2ddd76fdbc43 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) |