<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/usb/b2c2/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/media/usb/b2c2/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>561b29e4 - media: fix media Kconfig help syntax issues</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/usb/b2c2/Kconfig#561b29e4</link>
        <description>media: fix media Kconfig help syntax issuesThe help text should be indented by at least two spaces after the&apos;help&apos; separator. This is both good practice and the media_build systemfor building media drivers makes this assumption.I went through all Kconfigs under drivers/media and fixed any bad helpsections. This makes it conform to the common practice and should fixproblems with &apos;make menuconfig&apos; when using media_build. This is due toa &quot;WARNING&quot; message that media_build can insert in the Kconfig and thatassumes the help text is indented by at least two spaces. If not, then theKconfig becomes invalid and &apos;make menuconfig&apos; fails.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Reported-by: Thomas Kaiser &lt;linux-dvb@kaiser-linux.li&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/usb/b2c2/Kconfig</description>
        <pubDate>Wed, 30 Aug 2017 08:47:21 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>01b0c11a - [media] Kconfig: Fix b2c2 common code selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/usb/b2c2/Kconfig#01b0c11a</link>
        <description>[media] Kconfig: Fix b2c2 common code selectionAs reported by Randy:&gt; flexcop-pci.c:(.text+0x19af63): undefined reference to `flexcop_device_exit&apos;&gt; flexcop-pci.c:(.text+0x19af77): undefined reference to `flexcop_device_kfree&apos;&gt; flexcop-pci.c:(.text+0x19b10f): undefined reference to `flexcop_pass_dmx_packets&apos;&gt; flexcop-pci.c:(.text+0x19b182): undefined reference to `flexcop_pass_dmx_data&apos;&gt; flexcop-pci.c:(.text+0x19b1ae): undefined reference to `flexcop_pass_dmx_data&apos;&gt; flexcop-pci.c:(.text+0x19b1f8): undefined reference to `flexcop_device_kmalloc&apos;&gt; flexcop-pci.c:(.text+0x19b256): undefined reference to `flexcop_i2c_request&apos;&gt; flexcop-pci.c:(.text+0x19b261): undefined reference to `flexcop_eeprom_check_mac_addr&apos;&gt; flexcop-pci.c:(.text+0x19b2c6): undefined reference to `flexcop_device_initialize&apos;&gt; flexcop-pci.c:(.text+0x19b332): undefined reference to `flexcop_sram_set_dest&apos;&gt; flexcop-pci.c:(.text+0x19b348): undefined reference to `flexcop_sram_set_dest&apos;&gt; flexcop-pci.c:(.text+0x19b3f8): undefined reference to `flexcop_device_exit&apos;&gt; flexcop-pci.c:(.text+0x19b408): undefined reference to `flexcop_device_kfree&apos;&gt; flexcop-pci.c:(.text+0x19b4a2): undefined reference to `flexcop_pid_feed_control&apos;&gt; flexcop-pci.c:(.text+0x19b4d7): undefined reference to `flexcop_pid_feed_control&apos;&gt;&gt; since it is possible to enable DVB_B2C2_FLEXCOP_PCI&gt; when CONFIG_I2C is not enabled, but then DVB_B2C2_FLEXCOP&gt; is not enabled because I2C is not enabled.Reported-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/media/usb/b2c2/Kconfig</description>
        <pubDate>Mon, 20 Aug 2012 18:52:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8511f8ea - [media] flexcop: Show the item to enable debug after the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/usb/b2c2/Kconfig#8511f8ea</link>
        <description>[media] flexcop: Show the item to enable debug after the driverInstead of showing the option to show debug at the end, showit after each driver.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/media/usb/b2c2/Kconfig</description>
        <pubDate>Mon, 20 Aug 2012 19:49:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3785bc17 - [media] b2c2: break it into common/pci/usb directories</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/usb/b2c2/Kconfig#3785bc17</link>
        <description>[media] b2c2: break it into common/pci/usb directoriesb2c2 is, in fact, 2 drivers: one for PCI and one for USB, plusa common bus-independent code. Break it accordingly.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/media/usb/b2c2/Kconfig</description>
        <pubDate>Thu, 14 Jun 2012 19:35:58 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
