isdn/capi: Make Middleware depend on CAPI2.0
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 16 Mar 2014 17:44:21 +0000 (18:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Mar 2014 19:02:57 +0000 (15:02 -0400)
commitd1958f8c2f0d6bfaa115f4dce1d5d19be5c6b090
tree19e4117ccb113cca8d7a60d5dfecad737a5ecda6
parent72c2dfdefa42c747c8e61f3d3ebfafc8e8d5762f
isdn/capi: Make Middleware depend on CAPI2.0

The Kconfig symbol ISDN_CAPI_MIDDLEWARE is only used in capi.c. Setting
it without setting ISDN_CAPI_CAPI20 is therefor useless. Make it depend
on ISDN_CAPI_CAPI20 and put its entry after ISDN_CAPI_CAPI20's entry.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/capi/Kconfig