<?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>ce3e8ec0 - parport: PC style parport depends on HAS_IOPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#ce3e8ec0</link>
        <description>parport: PC style parport depends on HAS_IOPORTIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. As PC style parport uses these functions we need tohandle this dependency.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-24-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:28 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>eede0a75 - parport: remove ax88796 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#eede0a75</link>
        <description>parport: remove ax88796 driverThe s3c24xx bast platform was removed, so this driver has nousers any more and can be removed as well.Acked-by: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Thu, 06 Oct 2022 15:33:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>66bcd060 - parport_pc: Also enable driver for PCI systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#66bcd060</link>
        <description>parport_pc: Also enable driver for PCI systemsNowadays PC-style parallel ports come in the form of PCI and PCIe optioncards and there are some combined parallel/serial option cards as wellthat we handle in the parport subsystem.  There is nothing in particularthat would prevent them from being used in any system equipped with PCIor PCIe connectivity, except that we do not permit the PARPORT_PC configoption to be selected for platforms for which ARCH_MIGHT_HAVE_PC_PARPORThas not been set for.The only PCI platforms that actually can&apos;t make use of PC-style parallelport hardware are those newer PCIe systems that have no support for I/Ocycles in the host bridge, required by such parallel ports.  Notably,this includes the s390 arch, which has port I/O accessors that causecompilation warnings (promoted to errors with `-Werror&apos;), and there areother cases such as the POWER9 PHB4 device, though this one has variableport I/O accessors that depend on the particular system.  Also it is notclear whether the serial port side of devices enabled by PARPORT_SERIALuses port I/O or MMIO.  Finally Super I/O solutions are always eitherISA or platform devices.Make the PARPORT_PC option selectable also for PCI systems then, exceptfor the s390 arch, however limit the availability of PARPORT_PC_SUPERIOto platforms that enable ARCH_MIGHT_HAVE_PC_PARPORT.  Update platformsaccordingly for the required &lt;asm/parport.h&gt; header.Acked-by: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;Signed-off-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Link: https://lore.kernel.org/r/alpine.DEB.2.21.2202141955550.34636@angie.orcam.me.ukSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Mon, 14 Feb 2022 20:16:50 +0000</pubDate>
        <dc:creator>Maciej W. Rozycki &lt;macro@orcam.me.uk&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/parport/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/parport/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>cd238eff - docs: kbuild: convert docs to ReST and rename to *.rst</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#cd238eff</link>
        <description>docs: kbuild: convert docs to ReST and rename to *.rstThe kbuild documentation clearly shows that the documentsthere are written at different times: some use markdown,some use their own peculiar logic to split sections.Convert everything to ReST without affecting too muchthe author&apos;s style and avoiding adding uneeded markups.The conversion is actually:  - add blank lines and identation in order to identify paragraphs;  - fix tables markups;  - add some lists markups;  - mark literal blocks;  - adjust title markups.At its new index.rst, let&apos;s add a :orphan: while this is not linked tothe main index.rst file, in order to avoid build warnings.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Wed, 12 Jun 2019 17:52:48 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&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/parport/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/parport/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>5fb94e9c - docs: Fix some broken references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#5fb94e9c</link>
        <description>docs: Fix some broken referencesAs we move stuff around, some doc references are broken. Fix some ofthem via this script:	./scripts/documentation-file-ref-check --fixManually checked if the produced result is valid, removing a fewfalse-positives.Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;Acked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Acked-by: Charles Keepax &lt;ckeepax@opensource.wolfsonmicro.com&gt;Acked-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Reviewed-by: Coly Li &lt;colyli@suse.de&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;Acked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Tue, 08 May 2018 18:14:57 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>edffe1b6 - parport: fix menu breakage</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#edffe1b6</link>
        <description>parport: fix menu breakageDo not split the PARPORT-related symbols with the new kconfigsymbol ARCH_MIGHT_HAVE_PC_PARPORT. The split was causing incorrectdisplay of these symbols -- they were not being displayed togetheras they should be.Fixes: d90c3eb31535 &quot;Kconfig cleanup (PARPORT_PC dependencies)&quot;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Mark Salter &lt;msalter@redhat.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: stable@vger.kernel.org # for 3.13, 3.14, 3.15Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Sat, 26 Jul 2014 00:07:47 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>d90c3eb3 - Kconfig cleanup (PARPORT_PC dependencies)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#d90c3eb3</link>
        <description>Kconfig cleanup (PARPORT_PC dependencies)Remove messy dependencies from PARPORT_PC by having it depend on oneKconfig symbol (ARCH_MIGHT_HAVE_PC_PARPORT) and having architectureswhich need it, select ARCH_MIGHT_HAVE_PC_PARPORT in arch/*/Kconfig.New architectures are unlikely to need PARPORT_PC, so this avoidshaving an ever growing list of architectures to exclude. Thosearchitectures which do select ARCH_MIGHT_HAVE_PC_PARPORT in thispatch are the ones which have an asm/parport.h (or use the genericversion).Signed-off-by: Mark Salter &lt;msalter@redhat.com&gt;Acked-by: Ingo Molnar &lt;mingo@redhat.com&gt;CC: Richard Henderson &lt;rth@twiddle.net&gt;CC: linux-alpha@vger.kernel.orgCC: Vineet Gupta &lt;vgupta@synopsys.com&gt;CC: Russell King &lt;linux@arm.linux.org.uk&gt;CC: linux-arm-kernel@lists.infradead.orgCC: Tony Luck &lt;tony.luck@intel.com&gt;CC: Fenghua Yu &lt;fenghua.yu@intel.com&gt;CC: linux-ia64@vger.kernel.orgCC: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;CC: linux-m68k@lists.linux-m68k.orgCC: Michal Simek &lt;monstr@monstr.eu&gt;CC: microblaze-uclinux@itee.uq.edu.auCC: Ralf Baechle &lt;ralf@linux-mips.org&gt;CC: linux-mips@linux-mips.orgCC: &quot;James E.J. Bottomley&quot; &lt;jejb@parisc-linux.org&gt;CC: Helge Deller &lt;deller@gmx.de&gt;CC: linux-parisc@vger.kernel.orgCC: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;CC: Paul Mackerras &lt;paulus@samba.org&gt;CC: linuxppc-dev@lists.ozlabs.orgCC: Paul Mundt &lt;lethal@linux-sh.org&gt;CC: linux-sh@vger.kernel.orgCC: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;CC: sparclinux@vger.kernel.orgCC: Guan Xuetao &lt;gxt@mprc.pku.edu.cn&gt;CC: Thomas Gleixner &lt;tglx@linutronix.de&gt;CC: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;CC: x86@kernel.org

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Tue, 08 Oct 2013 02:21:18 +0000</pubDate>
        <dc:creator>Mark Salter &lt;msalter@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>d94bb2d7 - drivers: parport: Kconfig: exclude h8300 for PARPORT_PC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#d94bb2d7</link>
        <description>drivers: parport: Kconfig: exclude h8300 for PARPORT_PCh8300 does not support PARPORT_PC.The related error (with allmodconfig for h8300):    CC [M]  drivers/parport/parport_pc.o  drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directorySigned-off-by: Chen Gang &lt;gang.chen@asianux.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Fri, 30 Aug 2013 04:09:57 +0000</pubDate>
        <dc:creator>Chen Gang &lt;gang.chen@asianux.com&gt;</dc:creator>
    </item>
<item>
        <title>cb1ff5f9 - parport: disable PC-style parallel port support on cris</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#cb1ff5f9</link>
        <description>parport: disable PC-style parallel port support on crisSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Wed, 15 May 2013 20:51:15 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>c218c713 - parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#c218c713</link>
        <description>parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureIf enabled, CONFIG_PARPORT_PC_SUPERIO scans on PC-like hardware forvarious super-io chips by accessing i/o ports in a range which willcrash any parisc hardware at once.In addition, parisc has it&apos;s own incompatible superio chip(CONFIG_SUPERIO), so if we disable PARPORT_PC_SUPERIO completely forparisc we can avoid that people by accident enable the parport_pcsuperio option too.Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Thu, 30 May 2013 16:24:46 +0000</pubDate>
        <dc:creator>Helge Deller &lt;deller@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>075aa0c6 - parport: disable PC-style parallel port support for s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#075aa0c6</link>
        <description>parport: disable PC-style parallel port support for s390Signed-off-by: Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Wed, 30 Jan 2013 15:34:39 +0000</pubDate>
        <dc:creator>Heiko Carstens &lt;heiko.carstens@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>6e8bd6e7 - drivers/parport: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#6e8bd6e7</link>
        <description>drivers/parport: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Mon, 05 Nov 2012 23:04:23 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>715ec944 - parport: disable for xtensa arch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#715ec944</link>
        <description>parport: disable for xtensa archSigned-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Signed-off-by: Chris Zankel &lt;chris@zankel.net&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Mon, 17 Sep 2012 01:44:55 +0000</pubDate>
        <dc:creator>Max Filippov &lt;jcmvbkbc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>25985edc - Fix common misspellings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#25985edc</link>
        <description>Fix common misspellingsFixes generated by &apos;codespell&apos; and manually reviewed.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Thu, 31 Mar 2011 01:57:33 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;</dc:creator>
    </item>
<item>
        <title>66359f84 - Parport driver: disable pc-style parport on Blackfin systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#66359f84</link>
        <description>Parport driver: disable pc-style parport on Blackfin systemsSigned-off-by: Mike Frysinger &lt;vapier.adi@gmail.com&gt;Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Tue, 18 Nov 2008 07:12:42 +0000</pubDate>
        <dc:creator>Mike Frysinger &lt;vapier.adi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cf2d3ff9 - avr32: don&apos;t offer PARPORT_PC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#cf2d3ff9</link>
        <description>avr32: don&apos;t offer PARPORT_PCThis patch fixes the following compile error:&lt;--  snip  --&gt;...  CC [M]  drivers/parport/parport_pc.o/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:67:25: error: asm/parport.h: No such file or directory/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c: In function &apos;parport_pc_find_ports&apos;:/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/parport/parport_pc.c:3215: error: implicit declaration of function &apos;parport_pc_find_nonpci_ports&apos;make[3]: *** [drivers/parport/parport_pc.o] Error 1&lt;--  snip  --&gt;Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Mon, 14 Apr 2008 14:16:53 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b920de1b - mn10300: add the MN10300/AM33 architecture to the kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#b920de1b</link>
        <description>mn10300: add the MN10300/AM33 architecture to the kernelAdd architecture support for the MN10300/AM33 CPUs produced by MEI to thekernel.This patch also adds board support for the ASB2303 with the ASB2308 daughterboard, and the ASB2305.  The only processor supported is the MN103E010, whichis an AM33v2 core plus on-chip devices.[akpm@linux-foundation.org: nuke cvs control strings]Signed-off-by: Masakazu Urade &lt;urade.masakazu@jp.panasonic.com&gt;Signed-off-by: Koichi Yasutake &lt;yasutake.koichi@jp.panasonic.com&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&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/parport/Kconfig</description>
        <pubDate>Fri, 08 Feb 2008 12:19:31 +0000</pubDate>
        <dc:creator>David Howells &lt;dhowells@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>dfedfaf5 - m68k: exclude more unbuildable drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/parport/Kconfig#dfedfaf5</link>
        <description>m68k: exclude more unbuildable driversanything that wants working dma-mapping won&apos;t workparport_pc won&apos;t work on m68k unless we have ISASigned-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/parport/Kconfig</description>
        <pubDate>Fri, 20 Jul 2007 03:33:58 +0000</pubDate>
        <dc:creator>Al Viro &lt;viro@ftp.linux.org.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
