From a2832dc62417d4bf0997ad2971a5b0f38b3d2bd9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 25 Jul 2019 09:19:57 +0100 Subject: Disable ISDN as upstream is moving to deprecate it Some of the ISDN stack was deleted in the 5.3 window as per Paul's cleanup patch. The vast majority of the remainder was moved to staging so let's disable it in Fedora as it's unlikely to be used, and if se we can feed this back to upstream. For reference the main details from upstream are in these commits: 8a7e8ff8ce8a : ISDN removal/move merge overview 6d97985072dc : isdn: move capi drivers to staging 9c3c0c204814 : isdn: remove isdn4linux 85993b8c9786 : isdn: remove hisax driver --- configs/fedora/generic/CONFIG_ISDN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/fedora/generic/CONFIG_ISDN') diff --git a/configs/fedora/generic/CONFIG_ISDN b/configs/fedora/generic/CONFIG_ISDN index faddbf9dd..7cf059484 100644 --- a/configs/fedora/generic/CONFIG_ISDN +++ b/configs/fedora/generic/CONFIG_ISDN @@ -1 +1 @@ -CONFIG_ISDN=y +# CONFIG_ISDN is not set -- cgit