diff options
author | Tilman Schmidt <tilman@imap.cc> | 2009-05-13 12:44:18 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-17 20:51:26 -0700 |
commit | 5a1888ea994bf6b28179255a376e83dfa53c81c5 (patch) | |
tree | 77ab6dfe48383347ab47fd09ee0429ec917a9142 /drivers/isdn/Kconfig | |
parent | b3fcb13f1c866ae0330c445c3cb481014c36a02f (diff) | |
download | op-kernel-dev-5a1888ea994bf6b28179255a376e83dfa53c81c5.zip op-kernel-dev-5a1888ea994bf6b28179255a376e83dfa53c81c5.tar.gz |
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>
Diffstat (limited to 'drivers/isdn/Kconfig')
-rw-r--r-- | drivers/isdn/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index 3d113c6..02bdca6 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig @@ -61,4 +61,6 @@ source "drivers/isdn/hardware/Kconfig" endif # ISDN_CAPI +source "drivers/isdn/gigaset/Kconfig" + endif # ISDN |