diff options
author | Alan Cox <alan@redhat.com> | 2008-06-17 19:21:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-17 19:21:18 -0400 |
commit | 97928f7021dc70f268037e9a7ea18a7345762fca (patch) | |
tree | 40a3b9c4cac5960de3c97e5dc3164a71d340f64a /drivers/atm/Kconfig | |
parent | 61c33e012964ce358b42d2a1e9cd309af5dab02b (diff) |
atm: [iphase] 64-bit cleanup
This fixes the most obvious 64-bit problems, but it is still very very
broken in other aspects.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/Kconfig')
-rw-r--r-- | drivers/atm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index b554edac1ced..1c7ae30af15e 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig | |||
@@ -294,7 +294,7 @@ config ATM_HORIZON_DEBUG | |||
294 | 294 | ||
295 | config ATM_IA | 295 | config ATM_IA |
296 | tristate "Interphase ATM PCI x575/x525/x531" | 296 | tristate "Interphase ATM PCI x575/x525/x531" |
297 | depends on PCI && !64BIT | 297 | depends on PCI |
298 | ---help--- | 298 | ---help--- |
299 | This is a driver for the Interphase (i)ChipSAR adapter cards | 299 | This is a driver for the Interphase (i)ChipSAR adapter cards |
300 | which include a variety of variants in term of the size of the | 300 | which include a variety of variants in term of the size of the |