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)
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>

No differences found