<?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>e6c1ccaa - comedi: add HAS_IOPORT dependencies again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#e6c1ccaa</link>
        <description>comedi: add HAS_IOPORT dependencies againIn 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.This was previously done in commit b5c75b68b7de (&quot;comedi: add HAS_IOPORTdependencies&quot;), but that has been reverted because it made it impossibleto select configuration options for several comedi drivers.  This is ado-over that avoids that.Since the original patch, modifications have been made to various comedimodules so that they can still be built even if the port I/O functionshave not been declared, so the configuration options for building thosemodules no longer need to depend on HAS_IOPORT.Make the COMEDI_ISA_DRIVERS menu option (which allows configurationoptions for ISA and PC/104 drivers to be selected) depend on HAS_IOPORT,and also depend on ISA || ISA_BUS || PC104.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Co-developed-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Cc: Arnd Bergmann &lt;arnd@kernel.org&gt;Cc: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;Link: https://lore.kernel.org/r/20230913170712.111719-14-abbotti@mev.co.ukSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Wed, 13 Sep 2023 17:07:12 +0000</pubDate>
        <dc:creator>Ian Abbott &lt;abbotti@mev.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>7b79e3d2 - comedi: Correct dependencies for COMEDI_NI_PCIDIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#7b79e3d2</link>
        <description>comedi: Correct dependencies for COMEDI_NI_PCIDIOThe ni_pcidio module does not depend on the comedi_8255 module, sochange the `COMEDI_NI_PCIDIO` configuration option to not select`COMEDI_8255` and remove the inherited dependency on `HAS_IOPORT`.Cc: Arnd Bergmann &lt;arnd@kernel.org&gt;Cc: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;Link: https://lore.kernel.org/r/20230913170712.111719-2-abbotti@mev.co.ukSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Wed, 13 Sep 2023 17:07:00 +0000</pubDate>
        <dc:creator>Ian Abbott &lt;abbotti@mev.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>98a15816 - Revert &quot;comedi: add HAS_IOPORT dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#98a15816</link>
        <description>Revert &quot;comedi: add HAS_IOPORT dependencies&quot;This reverts commit b5c75b68b7ded84d4c82118974ce3975a4dcaa74.The commit makes it impossible to select configuration options thatdepend on COMEDI_8254, COMEDI_DAS08, COMEDI_NI_LABPC, orCOMEDI_AMPLC_DIO200 options due to changing &apos;select&apos; directives to&apos;depends on&apos; directives and there being no other way to select thosecodependent configuration options.Fixes: b5c75b68b7de (&quot;comedi: add HAS_IOPORT dependencies&quot;)Cc: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Cc: Arnd Bergmann &lt;arnd@kernel.org&gt;Cc: &lt;stable@vger.kernel.org&gt; # v6.5+Acked-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;Link: https://lore.kernel.org/r/20230905090922.3314-1-abbotti@mev.co.ukSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Tue, 05 Sep 2023 09:09:22 +0000</pubDate>
        <dc:creator>Ian Abbott &lt;abbotti@mev.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>b5c75b68 - comedi: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#b5c75b68</link>
        <description>comedi: 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.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230522105049.1467313-7-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:11 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>28ecbbae - comedi: use menuconfig for main Comedi menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#28ecbbae</link>
        <description>comedi: use menuconfig for main Comedi menuBring the Comedi menu in line with most other device driversby using &quot;menuconfig&quot; instead of &quot;config&quot; for the top-level entry.This also fixes a menu presentation issue with xconfig.Fixes: ed9eccbe8970 (&quot;Staging: add comedi core&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;Cc: David Schleef &lt;ds@schleef.org&gt;Cc: Shawn Bohrer &lt;shawn.bohrer@gmail.com&gt;Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20230110064844.18533-1-rdunlap@infradead.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Tue, 10 Jan 2023 06:48:44 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>8ffdff6a - staging: comedi: move out of staging directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/comedi/Kconfig#8ffdff6a</link>
        <description>staging: comedi: move out of staging directoryThe comedi code came into the kernel back in 2008, but traces itslifetime to much much earlier.  It&apos;s been polished and buffed andthere&apos;s really nothing preventing it from being part of the &quot;real&quot;portion of the kernel.So move it to drivers/comedi/ as it belongs there.Many thanks to the hundreds of developers who did the work to make thishappen.Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;Link: https://lore.kernel.org/r/YHauop4u3sP6lz8j@kroah.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/comedi/Kconfig</description>
        <pubDate>Wed, 14 Apr 2021 08:58:10 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
