diff options
Diffstat (limited to 'drivers/isdn/Kconfig')
-rw-r--r-- | drivers/isdn/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index a3c9a0343129..cf906c8cee4d 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig | |||
@@ -57,8 +57,12 @@ config ISDN_CAPI | |||
57 | hardware, see <http://www.capi.org/>. This is needed for AVM's set | 57 | hardware, see <http://www.capi.org/>. This is needed for AVM's set |
58 | of active ISDN controllers like B1, T1, M1. | 58 | of active ISDN controllers like B1, T1, M1. |
59 | 59 | ||
60 | if ISDN_CAPI | ||
61 | |||
60 | source "drivers/isdn/capi/Kconfig" | 62 | source "drivers/isdn/capi/Kconfig" |
61 | 63 | ||
62 | source "drivers/isdn/hardware/Kconfig" | 64 | source "drivers/isdn/hardware/Kconfig" |
63 | 65 | ||
66 | endif # ISDN_CAPI | ||
67 | |||
64 | endif # ISDN | 68 | endif # ISDN |