<?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>50cd8714 - Input: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#50cd8714</link>
        <description>Input: 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-16-schnelle@linux.ibm.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Mon, 22 May 2023 21:52:24 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>b2e3543b - Input: add missing dependencies on CONFIG_HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#b2e3543b</link>
        <description>Input: add missing dependencies on CONFIG_HAS_IOMEMdevm_ioremap_resource() is only guaranteed to be present ifCONFIG_HAS_IOMEM is set.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/r/YCyauGyqxut69JNz@google.comSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Fri, 19 Feb 2021 18:39:16 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.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/input/serio/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/input/serio/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>273db8f0 - Input: add IOC3 serio driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#273db8f0</link>
        <description>Input: add IOC3 serio driverThis patch adds a platform driver for supporting keyboard and mouseinterface of SGI IOC3 chips.Signed-off-by: Thomas Bogendoerfer &lt;tbogendoerfer@suse.de&gt;Link: https://lore.kernel.org/r/20200122135220.22354-1-tbogendoerfer@suse.deSigned-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Wed, 22 Jan 2020 17:59:24 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tbogendoerfer@suse.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/input/serio/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/input/serio/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>841cb0f3 - Input: olpc_apsp - depend on ARCH_MMP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#841cb0f3</link>
        <description>Input: olpc_apsp - depend on ARCH_MMPThe OLPC XO-1.75 and XO-4 are ARM-based laptops, using the MarvellMMP architecture, so don&apos;t present this driver on other architecturesexcept for build-testing purposes.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Reviewed-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Tue, 23 Apr 2019 03:30:58 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>76d97b0f - Input: olpc_apsp - drop CONFIG_OLPC dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#76d97b0f</link>
        <description>Input: olpc_apsp - drop CONFIG_OLPC dependencyCONFIG_OLPC is specific to the x86 platform code, while the driver is foran ARM-based laptop.Signed-off-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Thu, 15 Nov 2018 19:09:26 +0000</pubDate>
        <dc:creator>Lubomir Rintel &lt;lkundrak@v3.sk&gt;</dc:creator>
    </item>
<item>
        <title>ec15872d - docs: fix broken references with multiple hints</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#ec15872d</link>
        <description>docs: fix broken references with multiple hintsThe script:	./scripts/documentation-file-ref-check --fixGives multiple hints for broken references on some files.Manually use the one that applies for some files.Acked-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Acked-by: James Morris &lt;james.morris@microsoft.com&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/input/serio/Kconfig</description>
        <pubDate>Tue, 08 May 2018 21:54:36 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0de45027 - Input: remove at32psif</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#0de45027</link>
        <description>Input: remove at32psifSince AVR32 arch is gone, at32psif driver is useless.Signed-off-by: Corentin Labbe &lt;clabbe.montjoie@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Thu, 18 Jan 2018 19:16:16 +0000</pubDate>
        <dc:creator>Corentin Labbe &lt;clabbe.montjoie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9ee0a055 - Input: PS/2 gpio bit banging driver for serio bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#9ee0a055</link>
        <description>Input: PS/2 gpio bit banging driver for serio busThis driver provides PS/2 serio bus support by implementing bit bangingwith the GPIO API. The GPIO pins, data and clock, can be configured witha node in the device tree or by generic device properties (GDP).Writing to a device is supported as well, though it is possible timingscan not be halt as they are tough and difficult to reach with bit banging.Therefore it can be configured (also in DT and GDP) whether the seriowrite function should be available for clients.This driver is for development purposes and not recommended for productiveuse. However, this driver can be useful e.g. when no USB port is availableor using old peripherals is desired as PS/2 controller chips getting rare.This driver was tested on bcm2825 and on Kirin 960 and it worked welltogether with the atkbd and psmouse driver.Signed-off-by: Danilo Krummrich &lt;danilokrummrich@dk-develop.de&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Mon, 28 Aug 2017 16:59:20 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;danilokrummrich@dk-develop.de&gt;</dc:creator>
    </item>
<item>
        <title>5523662e - Input: add userio module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#5523662e</link>
        <description>Input: add userio moduleDebugging input devices, specifically laptop touchpads, can be trickywithout having the physical device handy. Here we try to remedy thatwith userio. This module allows an application to connect to a characterdevice provided by the kernel, and emulate any serio device. Incombination with userspace programs that can record PS/2 devices andreplay them through the /dev/userio device, this allows developers todebug driver issues on the PS/2 level with devices simply by requestinga recording from the user experiencing the issue without having to havethe physical hardware in front of them.Signed-off-by: Stephen Chandler Paul &lt;cpaul@redhat.com&gt;Reviewed-by: David Herrmann &lt;dh.herrmann@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Sat, 24 Oct 2015 20:10:29 +0000</pubDate>
        <dc:creator>Stephen Chandler Paul &lt;cpaul@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>580a64bf - Input: arc_ps2 - add HAS_IOMEM dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#580a64bf</link>
        <description>Input: arc_ps2 - add HAS_IOMEM dependencyFix this compile error:drivers/built-in.o: In function `arc_ps2_probe&apos;:/mnt/linux/drivers/input/serio/arc_ps2.c:206: undefined reference to `devm_ioremap_resource&apos;Signed-off-by: Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Mon, 29 Jun 2015 19:13:05 +0000</pubDate>
        <dc:creator>Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>e443631d - Input: serio - add support for Alwinner A10/A20 PS/2 controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#e443631d</link>
        <description>Input: serio - add support for Alwinner A10/A20 PS/2 controllerThis driver implements support for PS2 controller found on Allwinner A10,A20 SOCs. It has been tested on A20 Olimex-Lime2 board and also on A10.Signed-off-by: Vishnu Patekar &lt;vishnupatekar0510@gmail.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Tue, 27 Jan 2015 01:40:49 +0000</pubDate>
        <dc:creator>Vishnu Patekar &lt;vishnupatekar0510@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>915a1223 - Input: olpc_apsp - fix dependencies of OLPC AP-SP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#915a1223</link>
        <description>Input: olpc_apsp - fix dependencies of OLPC AP-SP driverI don&apos;t think the OLPC AP-SP driver is generally useful without OLPCsupport. So make it depend on OLPC, unless build testing is enabled.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Wed, 12 Mar 2014 06:12:13 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5cd3f8f8 - Input: i8042 - cleanup SERIO_I8042 dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#5cd3f8f8</link>
        <description>Input: i8042 - cleanup SERIO_I8042 dependenciesRemove messy dependencies from SERIO_I8042 by having it depend on oneKconfig symbol (ARCH_MIGHT_HAVE_PC_SERIO) and having architectureswhich need it select ARCH_MIGHT_HAVE_PC_SERIO in arch/*/Kconfig.New architectures are unlikely to need SERIO_I8042, so this avoidshaving an ever growing list of architectures to exclude.Signed-off-by: Mark Salter &lt;msalter@redhat.com&gt;Acked-by: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Acked-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;Acked-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Wed, 01 Jan 2014 19:34:39 +0000</pubDate>
        <dc:creator>Mark Salter &lt;msalter@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bcd26230 - Input: allow deselecting serio drivers even without CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#bcd26230</link>
        <description>Input: allow deselecting serio drivers even without CONFIG_EXPERTThere is plenty of consumer hardware (e.g., mac books) that does not use ATkeyboards or PS/2 mice. It therefore makes sense for distro kernels tobuild the related drivers as modules to avoid loading them on hardware thatdoes not need them. As such, these options should no longer be protected byEXPERT.Moreover, building these drivers as modules gets rid of the following uglyerror during boot:[    2.337745] i8042: PNP: No PS/2 controller found. Probing ports directly.[    3.439537] i8042: No controller foundSigned-off-by: Tom Gundersen &lt;teg@jklm.no&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Thu, 31 Oct 2013 07:38:30 +0000</pubDate>
        <dc:creator>Tom Gundersen &lt;teg@jklm.no&gt;</dc:creator>
    </item>
<item>
        <title>f735bba4 - input: i8042: drop dependency on ARCH_SHARK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#f735bba4</link>
        <description>input: i8042: drop dependency on ARCH_SHARKDelete the configuration option for the Shark machine fromthe i8042 Kconfig, as the machine is deleted from the kernel.Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Tue, 03 Sep 2013 09:50:31 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>aed06b9c - Input: add a driver to support Hyper-V synthetic keyboard</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#aed06b9c</link>
        <description>Input: add a driver to support Hyper-V synthetic keyboardAdd a new driver to support synthetic keyboard. On the next generationHyper-V guest firmware, many legacy devices will not be emulated and thisdriver will be required.I would like to thank Vojtech Pavlik &lt;vojtech@suse.cz&gt; for helping me with thedetails of the AT keyboard driver. I would also like to thankDan Carpenter &lt;dan.carpenter@oracle.com&gt; andDmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt; for their detailed review of thisdriver.Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Wed, 18 Sep 2013 19:50:42 +0000</pubDate>
        <dc:creator>K. Y. Srinivasan &lt;kys@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>0244ad00 - Remove GENERIC_HARDIRQ config option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#0244ad00</link>
        <description>Remove GENERIC_HARDIRQ config optionAfter the last architecture switched to generic hard irqs the configoptions HAVE_GENERIC_HARDIRQS &amp; GENERIC_HARDIRQS and the related codefor !CONFIG_GENERIC_HARDIRQS can be removed.Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Fri, 30 Aug 2013 07:39:53 +0000</pubDate>
        <dc:creator>Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>fa46c798 - Input: i8042 - disable the driver on ARC platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/input/serio/Kconfig#fa46c798</link>
        <description>Input: i8042 - disable the driver on ARC platformsIt causes crashes when enabled, and we don&apos;t have such a peripheralanyway on ARC platforms.Signed-off-by: Mischa Jonker &lt;mjonker@synopsys.com&gt;Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/input/serio/Kconfig</description>
        <pubDate>Thu, 29 Aug 2013 16:29:40 +0000</pubDate>
        <dc:creator>Mischa Jonker &lt;Mischa.Jonker@synopsys.com&gt;</dc:creator>
    </item>
</channel>
</rss>
