Skip to content

Commit f6a68e6

Browse files
tilmanschmidtdavem330
authored andcommitted
isdn/gigaset: enable Kernel CAPI support by default
Kernel CAPI has been the recommended ISDN subsystem for the Gigaset driver since kernel release 2.6.34.2. It provides full backwards compatibility to the old I4L subsystem thanks to the capidrv module. I4L has been marked as deprecated for more than seven years. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f99a6fd commit f6a68e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/isdn/gigaset/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if ISDN_DRV_GIGASET
2020
config GIGASET_CAPI
2121
bool "Gigaset CAPI support"
2222
depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m')
23-
default ISDN_I4L='n'
23+
default 'y'
2424
help
2525
Build the Gigaset driver as a CAPI 2.0 driver interfacing with
2626
the Kernel CAPI subsystem. To use it with the old ISDN4Linux

0 commit comments

Comments
 (0)