<?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>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/pnp/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/pnp/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/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/pnp/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>ac88a8f3 - PNP: remove old CONFIG_PNP_DEBUG option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/Kconfig#ac88a8f3</link>
        <description>PNP: remove old CONFIG_PNP_DEBUG optionCONFIG_PNP_DEBUG is no longer used to turn on dev_dbg() in PNP,since we have pnp_dbg() which can be enabled at boot-time, sothis patch removes the config option.Note that pnp_dock_event() checks &quot;#ifdef DEBUG&quot;.  But there&apos;snever been a clear path for enabling that via configgery.  Ithappened that CONFIG_PNP_DEBUG enabled it after 1bd17e63a068db6,but that was accidental and only in 2.6.26.Signed-off-by: Bjorn Helgaas &lt;bjorn.helgaas@hp.com&gt;Signed-off-by: Andi Kleen &lt;ak@linux.intel.com&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pnp/Kconfig</description>
        <pubDate>Tue, 19 Aug 2008 22:53:52 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bjorn.helgaas@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>97ef062b - PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/Kconfig#97ef062b</link>
        <description>PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()This adds the core function pnp_dbg() and a new config option toenable it.The PNP core debugging messages can be enabled at boot-time with the&quot;pnp.debug&quot; kernel parameter.Signed-off-by: Bjorn Helgaas &lt;bjorn.helgaas@hp.com&gt;Signed-off-by: Andi Kleen &lt;ak@linux.intel.com&gt;Signed-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pnp/Kconfig</description>
        <pubDate>Tue, 19 Aug 2008 22:53:41 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bjorn.helgaas@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>5c493f5c - Use menuconfig objects: PNP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/Kconfig#5c493f5c</link>
        <description>Use menuconfig objects: PNPUse menuconfigs instead of menus, so the whole menu can be disabled at onceinstead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Cc: Adam Belay &lt;ambx1@neo.rr.com&gt;Cc: Bjorn Helgaas &lt;bjorn.helgaas@hp.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/pnp/Kconfig</description>
        <pubDate>Mon, 16 Jul 2007 06:39:38 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
<item>
        <title>e25df120 - [S390] Kconfig: menus with depends on HAS_IOMEM.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/Kconfig#e25df120</link>
        <description>[S390] Kconfig: menus with depends on HAS_IOMEM.Add &quot;depends on HAS_IOMEM&quot; to a number of menus to make themdisappear for s390 which does not have I/O memory.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/pnp/Kconfig</description>
        <pubDate>Thu, 10 May 2007 13:45:57 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>76f58584 - [ACPI] delete CONFIG_ACPI_BUS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pnp/Kconfig#76f58584</link>
        <description>[ACPI] delete CONFIG_ACPI_BUSit is a synonym for CONFIG_ACPISigned-off-by: Len Brown &lt;len.brown@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pnp/Kconfig</description>
        <pubDate>Wed, 24 Aug 2005 16:10:49 +0000</pubDate>
        <dc:creator>Len Brown &lt;len.brown@intel.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/pnp/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/pnp/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>
