diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-11-13 22:10:56 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-11-13 22:10:56 -0600 |
| commit | 27bd1b5ebfa776d85e9cf605223d7b376af78f05 (patch) | |
| tree | 66a653f038a84edb2e93b26c11824de465a779de | |
| parent | 4e8ff98a1bb93eb5925b29223c848b891192b7eb (diff) | |
ISDN: Fix Kconfig typo
(Jak)
| -rw-r--r-- | drivers/isdn/hardware/avm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/avm/Kconfig b/drivers/isdn/hardware/avm/Kconfig index 439b87539cc0..1cca493afdd7 100644 --- a/drivers/isdn/hardware/avm/Kconfig +++ b/drivers/isdn/hardware/avm/Kconfig @@ -12,7 +12,7 @@ config CAPI_AVM config ISDN_DRV_AVMB1_B1ISA tristate "AVM B1 ISA support" - depends on CAPI_AVM && ISDN_CAPI && SA + depends on CAPI_AVM && ISDN_CAPI && ISA help Enable support for the ISA version of the AVM B1 card. |
