<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>14360031 - mISDN: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#14360031</link>
        <description>mISDN: add HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. We thus need to add HAS_IOPORT as dependency forthose drivers using them. With that the !S390 dependency on ISDN can beremoved as all drivers without HAS_IOPORT requirement now build.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230522105049.1467313-21-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:25 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6d979850 - isdn: move capi drivers to staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#6d979850</link>
        <description>isdn: move capi drivers to stagingI tried to find any indication of whether the capi drivers are still inuse, and have not found anything from a long time ago.With public ISDN networks almost completely shut down over the past 12months, there is very little you can actually do with this hardware. Themain remaining use case would be to connect ISDN voice phones to anin-house installation with Asterisk or LCR, but anyone trying this inturn seems to be using either the mISDN driver stack, or out-of-treedrivers from the hardware vendors.I may of course have missed something, so I would suggest moving thesethree drivers (avm, hysdn, gigaset) into drivers/staging/ just in casesomeone still uses them.If nobody complains, we can remove them entirely in six months, orotherwise move the core code and any drivers that are still needed backinto drivers/isdn.As Paul Bolle notes, he is still testing the gigaset driver as long ashe can, but the Dutch ISDN network will be shut down in September 2019,which puts an end to that.Marcel Holtmann still maintains the Bluetooth CMTP profile and wants tokeep that alive, so the actual CAPI subsystem code remains in place fornow, after all other drivers are gone, CMTP and CAPI can be merged intoa single driver directory.Cc: Marcel Holtmann &lt;marcel@holtmann.org&gt;Cc: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 20 Apr 2019 20:28:45 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>9c3c0c20 - isdn: remove isdn4linux</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#9c3c0c20</link>
        <description>isdn: remove isdn4linuxWith all isdn4linux hardware drivers gone, this is only a wrapper aroundCAPI to support old user space. However, from looking at the mailinglist, it seems that the last time anyone asked about it was in 2014,when the upgrade from a linux-2.4 installation failed, and mISDN wassuggested as a replacement.The largest public ISDN network (Deutsche Telekom) was supposed to beshut down 2018, which must have drastically reduced the number of legacyinstallations.When we last discussed removing i4l in 2016, Karsten Keil suggestedrevisiting this in 2018. I guess this is overdue.Link: http://listserv.isdn4linux.de/pipermail/isdn4linux/2014-October/006165.htmlLink: https://patchwork.kernel.org/patch/8484861/#17900371Link: https://listserv.isdn4linux.de/pipermail/isdn4linux/2019-April/thread.htmlSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Thu, 18 Apr 2019 20:43:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>4f73bc4d - tty: Added a CONFIG_TTY option to allow removal of TTY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#4f73bc4d</link>
        <description>tty: Added a CONFIG_TTY option to allow removal of TTYThe option allows you to remove TTY and compile without errors. Thissaves space on systems that won&apos;t support TTY interfaces anyway.bloat-o-meter output is below.The bulk of this patch consists of Kconfig changes adding &quot;depends onTTY&quot; to various serial devices and similar drivers that require the TTYlayer.  Ideally, these dependencies would occur on a common intermediatesymbol such as SERIO, but most drivers &quot;select SERIO&quot; rather than&quot;depends on SERIO&quot;, and &quot;select&quot; does not respect dependencies.bloat-o-meter output comparing our previous minimal to new minimal byremoving TTY.  The list is filtered to not show removed entries with awk&apos;$3 != &quot;-&quot;&apos; as the list was very long.add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350)function                                     old     new   deltachr_dev_init                                 166     170      +4allow_signal                                  80      82      +2static.__warned                              143     142      -1disallow_signal                               63      62      -1__set_special_pids                            95      94      -1unregister_console                           126     121      -5start_kernel                                 546     541      -5register_console                             593     588      -5copy_from_user                                45      40      -5sys_setsid                                   128     120      -8sys_vhangup                                   32      19     -13do_exit                                     1543    1526     -17bitmap_zero                                   60      40     -20arch_local_irq_save                          137     117     -20release_task                                 674     652     -22static.spin_unlock_irqrestore                308     260     -48Signed-off-by: Joe Millenbach &lt;jmillenbach@gmail.com&gt;Reviewed-by: Jamey Sharp &lt;jamey@minilop.net&gt;Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Fri, 18 Jan 2013 06:44:22 +0000</pubDate>
        <dc:creator>Joe Millenbach &lt;jmillenbach@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7fd78edc - isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#7fd78edc</link>
        <description>isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESIt doesn&apos;t make much sense to enable ISDN services if you don&apos;tintend to connect to a network. Therefore insisting that ISDNdepends on NETDEVICES seems logical. We can then remove anyguards mentioning NETDEVICES inside all subordinate drivers.This also has the nice side-effect of fixing the warning belowwhen ISDN_I4L &amp;&amp; !CONFIG_NETDEVICES at compile time.This patch fixes:drivers/isdn/i4l/isdn_common.c: In function &#8216;isdn_ioctl&#8217;:drivers/isdn/i4l/isdn_common.c:1278:8: warning: unused variable &#8216;s&#8217; [-Wunused-variable]Cc: Karsten Keil &lt;isdn@linux-pingi.de&gt;Cc: netdev@vger.kernel.orgSigned-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Tue, 06 Nov 2012 23:55:03 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee.jones@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>3369465e - um: switch to use of drivers/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#3369465e</link>
        <description>um: switch to use of drivers/KconfigSigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Thu, 18 Aug 2011 19:11:59 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@ftp.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>e5f8d9ac - isdn: fix a few Kconfig imperfections</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#e5f8d9ac</link>
        <description>isdn: fix a few Kconfig imperfections1. Rewrite the outdated help texts for config options ISDN and ISDN_CAPI.2. The MISDN config option appeared between ISDN_I4L and the I4L hardware   driver options; move it to a less irritating place.3. HYSDN is not in fact an I4L driver, and needn&apos;t depend on ISDN_I4L, so   move it from the I4L section to the general section.4. ISDN_HDLC is now also used by drivers outside I4L.  Move it from the   I4L section to the general section, too.Signed-off-by: Tilman Schmidt &lt;tilman@imap.cc&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Mon, 22 Feb 2010 11:09:38 +0000</pubDate>
        <dc:creator>Tilman Schmidt &lt;tilman@imap.cc&gt;</dc:creator>
    </item>
<item>
        <title>cb3824ba - ISDN: Make isdnhdlc usable for other ISDN drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#cb3824ba</link>
        <description>ISDN: Make isdnhdlc usable for other ISDN driversisdnhdlc is useful for other ISDN drivers as well.Move the include file to a central location and the sourceto the central isdn location.Signed-off-by: Karsten Keil &lt;keil@b1-systems.de&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Wed, 08 Jul 2009 12:21:12 +0000</pubDate>
        <dc:creator>Karsten Keil &lt;keil@b1-systems.de&gt;</dc:creator>
    </item>
<item>
        <title>5a1888ea - gigaset: move up Kconfig inclusion point</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#5a1888ea</link>
        <description>gigaset: move up Kconfig inclusion pointIn preparation for porting to kernel CAPI subsystem, include theGigaset driver&apos;s Kconfig directly from ISDN&apos;s instead of I4L&apos;s.Impact: Kconfig reorganisation, no functional changeSigned-off-by: Tilman Schmidt &lt;tilman@imap.cc&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Wed, 13 May 2009 12:44:18 +0000</pubDate>
        <dc:creator>Tilman Schmidt &lt;tilman@imap.cc&gt;</dc:creator>
    </item>
<item>
        <title>e4ac9bc1 - Add mISDN driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#e4ac9bc1</link>
        <description>Add mISDN drivermISDN is a new modular ISDN driver, in the long term it should replacethe old I4L driver architecture for passiv ISDN cards.Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 26 Jul 2008 16:52:11 +0000</pubDate>
        <dc:creator>Karsten Keil &lt;kkeil@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>857038d9 - Use menuconfig objects: ISDN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#857038d9</link>
        <description>Use menuconfig objects: ISDNUnclutter the ISDN menu a tiny bit by moving ISDN4Linux and the CAPI2.0layers into their own menu.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Cc: Tilman Schmidt &lt;tilman@imap.cc&gt;Acked-by: Karsten Keil &lt;kkeil@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 21 Jul 2007 11:37:54 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@computergmbh.de&gt;</dc:creator>
    </item>
<item>
        <title>5f67c5cc - Use menuconfig objects - CONFIG_ISDN_I4L</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#5f67c5cc</link>
        <description>Use menuconfig objects - CONFIG_ISDN_I4LRemove a menu statement and several dependencies from the Kconfig files inthe drivers/isdn tree as they have become unnecessary by the transformationof CONFIG_ISDN from &quot;menu, config&quot; into &quot;menuconfig&quot;.(Modified version of a patch originally proposed by Jan Engelhardt.)Signed-off-by: Tilman Schmidt &lt;tilman@imap.cc&gt;Cc: Jan Engelhardt &lt;jengelh@computergmbh.de&gt;Acked-by: Karsten Keil &lt;kkeil@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 21 Jul 2007 11:37:53 +0000</pubDate>
        <dc:creator>Tilman Schmidt &lt;tilman@imap.cc&gt;</dc:creator>
    </item>
<item>
        <title>df19434c - Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#df19434c</link>
        <description>Use menuconfig objects: ISDN: CONFIG_ISDN_CAPITransform &quot;depends on&quot; into a simpler if-endif block style dependency.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Cc: Karsten Keil &lt;kkeil@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Tue, 17 Jul 2007 11:04:20 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>cf4d5f1d - Use menuconfig objects: ISDN: CONFIG_ISDN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#cf4d5f1d</link>
        <description>Use menuconfig objects: ISDN: CONFIG_ISDNTransform Kconfig objects from &quot;menu, config&quot; into &quot;menuconfig&quot; so that theuser can disable the whole feature without having to enter the menu first.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Cc: Karsten Keil &lt;kkeil@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Tue, 17 Jul 2007 11:04:19 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>5bf1dedd - ISDN4Linux: fix maturity label</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#5bf1dedd</link>
        <description>ISDN4Linux: fix maturity labelAccording to the definitions recently posted on LKML, the maturity labelfor the ISDN4Linux subsystem is wrong.  This patch corrects it and alsoclarifies the accompanying help text a bit.Signed-off-by: Tilman Schmidt &lt;tilman@imap.cc&gt;Acked-by: Karsten Keil &lt;kkeil@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Fri, 01 Jun 2007 07:46:54 +0000</pubDate>
        <dc:creator>Tilman Schmidt &lt;tilman@imap.cc&gt;</dc:creator>
    </item>
<item>
        <title>9556fb73 - [S390] Kconfig: unwanted menus for s390.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#9556fb73</link>
        <description>[S390] Kconfig: unwanted menus for s390.Disable some more menus in the configuration files that are of nointerest to a s390 machine.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Thu, 10 May 2007 13:45:58 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/isdn/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/isdn/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
