<?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 omap2plus_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a0d55dd7 - lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#a0d55dd7</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_TAll modules that need CONFIG_CRC_ITU_T already select it, so there is noneed to bother users about the option.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-6-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:15:58 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a6d0dbba - lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#a6d0dbba</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIFAll modules that need CONFIG_CRC_T10DIF already select it, so there is noneed to bother users about the option.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-5-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:15:57 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7939da26 - lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#7939da26</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITTAll modules that need CONFIG_CRC_CCITT already select it, so there is noneed to bother users about the option.Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250401221600.24878-3-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 01 Apr 2025 22:15:55 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8ce2a15b - arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#8ce2a15b</link>
        <description>arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plusCommit 673ce00c5d6c (&quot;ARM: omap2plus_defconfig: Add support for distroswith systemd&quot;) said it&apos;s because of recommendation from systemd. Butsystemd changed their recommendation later.[1]For cgroup v1, if turned on, and there&apos;s any cgroup in the &quot;cpu&quot; hierarchy itneeds an RT budget assigned, otherwise the processes in it will not be able toget RT at all. The problem with RT group scheduling is that it requires thebudget assigned but there&apos;s no way we could assign a default budget, since thevalues to assign are both upper and lower time limits, are absolute, and need tobe sum up to &lt; 1 for each individal cgroup. That means we cannot really come upwith values that would work by default in the general case.[2]For cgroup v2, it&apos;s almost unusable as well. If it turned on, the cpu controllercan only be enabled when all RT processes are in the root cgroup. But it willlose the benefits of cgroup v2 if all RT process were placed in the same cgroup.Red Hat, Gentoo, Arch Linux and Debian all disable it. systemd also doesn&apos;tsupport it.[1]: https://github.com/systemd/systemd/commit/f4e74be1856b3ac058acbf1be321c31d5299f69f[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1229700Tested-by: Stefan Wahren &lt;wahrenst@gmx.net&gt;Acked-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Celeste Liu &lt;uwu@coelacanthus.name&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 14 Jan 2025 20:41:23 +0000</pubDate>
        <dc:creator>Celeste Liu &lt;uwu@coelacanthus.name&gt;</dc:creator>
    </item>
<item>
        <title>dce214db - lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#dce214db</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CAll modules that need CONFIG_LIBCRC32C already select it, so there is noneed to bother users about the option.Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250304230712.167600-5-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 04 Mar 2025 23:07:11 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f5a40fcf - lib/crc: remove unnecessary prompt for CONFIG_CRC7</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#f5a40fcf</link>
        <description>lib/crc: remove unnecessary prompt for CONFIG_CRC7All modules that need CONFIG_CRC7 already select it, so there is no needto bother users about the option.Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20250304230712.167600-3-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@google.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 04 Mar 2025 23:07:09 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>643cc5ca - ARM: omap2plus_defconfig: enable charger of TWL603X</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#643cc5ca</link>
        <description>ARM: omap2plus_defconfig: enable charger of TWL603XEnable the newly-added charger of TWL603X in the defconfig since it isused by the Epson Moverio BT200.Signed-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Reviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20241229144459.9742-1-andreas@kemnade.infoSigned-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Sun, 29 Dec 2024 14:44:59 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>ac10d6c3 - ARM: omap2plus_defconfig: enable I2C devcies of bt200</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#ac10d6c3</link>
        <description>ARM: omap2plus_defconfig: enable I2C devcies of bt200Enable all available I2C drivers needed for the Epson Moverio BT200,that are:- LED- Subdevs of the TWL6032 PMIC- IMU sensorsSigned-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Message-ID: &lt;20231120215635.4187399-1-andreas@kemnade.info&gt;Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Mon, 20 Nov 2023 21:56:35 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>8d216701 - ARM: defconfig: cleanup orphaned CONFIGs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#8d216701</link>
        <description>ARM: defconfig: cleanup orphaned CONFIGsDrop CONFIG_NF_LOG_NETDEV as it was removed in commit 1510618e45cb(&quot;netfilter: nf_log_netdev: merge with nf_log_syslog&quot;).Drop CONFIG_NFT_COUNTER as it was removed in commit 023223dfbfb3(&quot;netfilter: nf_tables: make counter support built-in&quot;).Drop CONFIG_NF_FLOW_TABLE_IPV6 and CONFIG_NF_FLOW_TABLE_IPV4 as they wereremoved in commit c42ba4290b21 (&quot;netfilter: flowtable: remove ipv4/ipv6modules&quot;).Drop CONFIG_NF_LOG_BRIDGE as it was removed in commit 77ccee96a674(&quot;netfilter: nf_log_bridge: merge with nf_log_syslog&quot;).Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining arm defconfigs as itwas removed in commit 9db5d918e2c0 (&quot;netfilter: ip_tables: remove clusteriptarget&quot;).Drop CONFIG_USB_MUSB_AM35X as it was removed in commit 57f8e00d8a82 (&quot;usb:musb: Drop old unused am35x glue layer&quot;).Drop CONFIG_NFT_OBJREF as it was removed in commit d037abc2414b(&quot;netfilter: nft_objref: make it builtin&quot;).Signed-off-by: Trevor Woerner &lt;twoerner@gmail.com&gt;Link: https://lore.kernel.org/r/20230919125112.15515-2-twoerner@gmail.comSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 19 Sep 2023 12:51:11 +0000</pubDate>
        <dc:creator>Trevor Woerner &lt;twoerner@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5ce19a50 - media: rc: remove ir-rx51 in favour of generic pwm-ir-tx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#5ce19a50</link>
        <description>media: rc: remove ir-rx51 in favour of generic pwm-ir-txThe ir-rx51 is a pwm-based TX driver specific to the N900. This can behandled entirely by the generic pwm-ir-tx driver, and in fact thepwm-ir-tx driver has been compatible with ir-rx51 from the start.Note that the suspend code in the ir-rx51 driver is unnecessary, sinceduring transmit, the process is not in interruptable sleep. The processis not put to sleep until the transmit completes.Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Tested-by: Sicelo A. Mhlongo &lt;absicsz@gmail.com&gt;Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Fri, 01 Sep 2023 14:18:56 +0000</pubDate>
        <dc:creator>Sean Young &lt;sean@mess.org&gt;</dc:creator>
    </item>
<item>
        <title>1f2190d6 - arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#1f2190d6</link>
        <description>arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSCommit a2225d931f75 (&quot;autofs: remove left-over autofs4 stubs&quot;)promised the removal of the fs/autofs/Kconfig fragment for AUTOFS4_FSwithin a couple of releases, but five years later this still has nothappened yet, and AUTOFS4_FS is still enabled in 63 defconfigs.Get rid of it mechanically:   git grep -l CONFIG_AUTOFS4_FS -- &apos;*defconfig&apos; |       xargs sed -i &apos;s/AUTOFS4_FS/AUTOFS_FS/&apos;Also just remove the AUTOFS4_FS config option stub.  Anybody who hasn&apos;tregenerated their config file in the last five years will need to justget the new name right when they do.Signed-off-by: Sven Joachim &lt;svenjoac@gmx.de&gt;Acked-by: Ian Kent &lt;raven@themaw.net&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 27 Jul 2023 20:00:41 +0000</pubDate>
        <dc:creator>Sven Joachim &lt;svenjoac@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>eb07c4f3 - mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#eb07c4f3</link>
        <description>mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDAs discussed at LSF/MM [1] [2] and with no objections raised there,deprecate the SLAB allocator. Rename the user-visible option so thatusers with CONFIG_SLAB=y get a new prompt with explanation during makeoldconfig, while make olddefconfig will just switch to SLUB.In all defconfigs with CONFIG_SLAB=y remove the line so those alsoswitch to SLUB. Regressions due to the switch should be reported tolinux-mm and slab maintainers.[1] https://lore.kernel.org/all/4b9fc9c6-b48c-198f-5f80-811a44737e5f@suse.cz/[2] https://lwn.net/Articles/932201/Signed-off-by: Vlastimil Babka &lt;vbabka@suse.cz&gt;Acked-by: Hyeonggon Yoo &lt;42.hyeyoo@gmail.com&gt;Acked-by: David Rientjes &lt;rientjes@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kAcked-by: Helge Deller &lt;deller@gmx.de&gt; # parisc

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Tue, 23 May 2023 07:06:34 +0000</pubDate>
        <dc:creator>Vlastimil Babka &lt;vbabka@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>9330e13e - ARM: reorder defconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#9330e13e</link>
        <description>ARM: reorder defconfig filesSome Kconfig options have moved around, so adapt the defconfig filesaccordingly.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Fri, 10 Feb 2023 17:10:22 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5b8e8941 - ARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#5b8e8941</link>
        <description>ARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=yAccording to https://www.kernel.org/doc/html/latest/timers/no_hz.html,CONFIG_NO_HZ=y should be replaced by CONFIG_NO_HZ_IDLE=y for newerkernels, so let&apos;s reflect that in the 32-bit ARM defconfigs.Signed-off-by: Stefan Hansson &lt;newbie13xd@gmail.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt; # SamsungAcked-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Link: https://lore.kernel.org/r/20220825162034.5901-1-newbie13xd@gmail.com&apos;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 25 Aug 2022 16:20:35 +0000</pubDate>
        <dc:creator>Stefan Hansson &lt;newbie13xd@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>39916e7d - ARM: defconfig: drop CONFIG_PTP_1588_CLOCK=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#39916e7d</link>
        <description>ARM: defconfig: drop CONFIG_PTP_1588_CLOCK=yPTP support is now enabled by default for configurations withethernet support, so drop the redundant entries in defconfigfiles.Fixes: e5f31552674e (&quot;ethernet: fix PTP_1588_CLOCK dependencies&quot;)Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 11 Aug 2022 14:29:25 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>1c9cb2bb - ARM: defconfig: drop CONFIG_SERIAL_OMAP references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#1c9cb2bb</link>
        <description>ARM: defconfig: drop CONFIG_SERIAL_OMAP referencesThis driver is mutually exclusive with the new 8250_OMAPdriver, so &apos;make defconfig&apos; turns it off already. Dropthe reference now.Fixes: 077e1cde78c3 (&quot;ARM: omap2plus_defconfig: Enable 8250_OMAP&quot;)Fixes: f98d45145e6a (&quot;ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default&quot;)Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 11 Aug 2022 14:22:35 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>e92ab510 - ARM: defconfig: reorder defconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#e92ab510</link>
        <description>ARM: defconfig: reorder defconfig filesThe debug-info and can subystem options have moved around in the&apos;savedefconfig&apos; output, so fix these up to reduce the clutterfrom the savedefconfig command.Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@microchip.com&gt;Acked-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Thu, 11 Aug 2022 13:56:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4a329fec - crypto: Kconfig - submenus for arm and arm64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#4a329fec</link>
        <description>crypto: Kconfig - submenus for arm and arm64Move ARM- and ARM64-accelerated menus into a submenu underthe Crypto API menu (paralleling all the architectures).Make each submenu always appear if the corresponding architectureis supported. Get rid of the ARM_CRYPTO and ARM64_CRYPTO symbols.The &quot;ARM Accelerated&quot; or &quot;ARM64 Accelerated&quot; entry disappears from:    General setup  ---&gt;    Platform selection  ---&gt;    Kernel Features  ---&gt;    Boot options  ---&gt;    Power management options  ---&gt;    CPU Power Management  ---&gt;[*] ACPI (Advanced Configuration and Power Interface) Support  ---&gt;[*] Virtualization  ---&gt;[*] ARM Accelerated Cryptographic Algorithms  ---&gt;     (or)[*] ARM64 Accelerated Cryptographic Algorithms  ---&gt;    ...-*- Cryptographic API  ---&gt;    Library routines  ---&gt;    Kernel hacking  ---&gt;and moves into the Cryptographic API menu, which now contains:      ...      Accelerated Cryptographic Algorithms for CPU (arm) ---&gt;      (or)      Accelerated Cryptographic Algorithms for CPU (arm64) ---&gt;[*]   Hardware crypto devices  ---&gt;      ...Suggested-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Signed-off-by: Robert Elliott &lt;elliott@hpe.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Sat, 20 Aug 2022 18:41:41 +0000</pubDate>
        <dc:creator>Robert Elliott &lt;elliott@hpe.com&gt;</dc:creator>
    </item>
<item>
        <title>ddd366bf - ARM: defconfig: address renamed CONFIG_DEBUG_INFO=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#ddd366bf</link>
        <description>ARM: defconfig: address renamed CONFIG_DEBUG_INFO=yCONFIG_DEBUG_INFO is now implicitly selected if one picks one of theexplicit options that could be DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT,DEBUG_INFO_DWARF4, DEBUG_INFO_DWARF5.This was actually not what I had in mind when I suggested makingit a &apos;choice&apos; statement, but it&apos;s too late to change again now,and the Kconfig logic is more sensible in the new form.Change any defconfig file that had CONFIG_DEBUG_INFO enabledbut did not pick DWARF4 or DWARF5 explicitly to now pick the toolchaindefault.Fixes: f9b3cd245784 (&quot;Kconfig.debug: make DEBUG_INFO selectable from a choice&quot;)Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Wed, 20 Jul 2022 13:55:28 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2002f396 - ARM: refresh defconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/configs/omap2plus_defconfig#2002f396</link>
        <description>ARM: refresh defconfig filesA lot of Kconfig options have changed over the years, and we tendto not do a blind &apos;make defconfig&apos; to refresh the files, to ensurewe catch options that should not have gone away.I used some a bit of scripting to only rework the bits where anoption moved around in any of the defconfig files, without alsodropping any of the other lines, to make it clearer which optionswe no longer have.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Acked-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Acked-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Acked-by: Gregory CLEMENT &lt;gregory.clement@bootlin.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/configs/omap2plus_defconfig</description>
        <pubDate>Wed, 20 Jul 2022 12:47:57 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
