mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
gigaset: move up Kconfig inclusion point
In preparation for porting to kernel CAPI subsystem, include the Gigaset driver's Kconfig directly from ISDN's instead of I4L's. Impact: Kconfig reorganisation, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b3fcb13f1c
commit
5a1888ea99
3 changed files with 3 additions and 2 deletions
|
@ -61,4 +61,6 @@ source "drivers/isdn/hardware/Kconfig"
|
||||||
|
|
||||||
endif # ISDN_CAPI
|
endif # ISDN_CAPI
|
||||||
|
|
||||||
|
source "drivers/isdn/gigaset/Kconfig"
|
||||||
|
|
||||||
endif # ISDN
|
endif # ISDN
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
menuconfig ISDN_DRV_GIGASET
|
menuconfig ISDN_DRV_GIGASET
|
||||||
tristate "Siemens Gigaset support"
|
tristate "Siemens Gigaset support"
|
||||||
|
depends on ISDN_I4L
|
||||||
select CRC_CCITT
|
select CRC_CCITT
|
||||||
select BITREVERSE
|
select BITREVERSE
|
||||||
help
|
help
|
||||||
|
|
|
@ -135,5 +135,3 @@ source "drivers/isdn/act2000/Kconfig"
|
||||||
source "drivers/isdn/hysdn/Kconfig"
|
source "drivers/isdn/hysdn/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "drivers/isdn/gigaset/Kconfig"
|
|
||||||
|
|
Loading…
Reference in a new issue