mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 08:38:24 +08: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
@ -61,4 +61,6 @@ source "drivers/isdn/hardware/Kconfig"
|
||||
|
||||
endif # ISDN_CAPI
|
||||
|
||||
source "drivers/isdn/gigaset/Kconfig"
|
||||
|
||||
endif # ISDN
|
||||
|
@ -1,5 +1,6 @@
|
||||
menuconfig ISDN_DRV_GIGASET
|
||||
tristate "Siemens Gigaset support"
|
||||
depends on ISDN_I4L
|
||||
select CRC_CCITT
|
||||
select BITREVERSE
|
||||
help
|
||||
|
@ -135,5 +135,3 @@ source "drivers/isdn/act2000/Kconfig"
|
||||
source "drivers/isdn/hysdn/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
source "drivers/isdn/gigaset/Kconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user