<?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.machine</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5d42a685 - m68k: Move Sun 3 into a top-level platform option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#5d42a685</link>
        <description>m68k: Move Sun 3 into a top-level platform optionIt is possible to select an m68k MMU build but not actually enable anyof the three MMU options, which then results in a build failure:    arch/m68k/include/asm/page.h:10:25: error: &apos;CONFIG_PAGE_SHIFT&apos; undeclared here (not in a function); did you mean &apos;CONFIG_LOG_BUF_SHIFT&apos;?Change the Kconfig selection to ensure that exactly one of the threeoptions is always enabled whenever an MMU-enabled kernel is built, butmoving CONFIG_SUN3 into a top-level option next to M68KCLASSIC andCOLDFIRE.All defconfig files should keep working without changes, butalldefconfig now builds support for the classic MMU.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202408032138.P7sBvIns-lkp@intel.com/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Link: https://lore.kernel.org/20241030195638.22542-1-arnd@kernel.orgSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Wed, 30 Oct 2024 19:56:13 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0100f67c - m68knommu: improve config ROM setting defaults</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#0100f67c</link>
        <description>m68knommu: improve config ROM setting defaultsThe ROM region configuration settings used on some nommu m68k systems(historically mostly 68328 (Dragonball) CPUs) default to an addressof 0. That can easily clash with default RAM address settings whichalso default to 0. Of course that is invalid and those ranges overlap,but if you make no value selection that is what you end up with. Thosedefault values produce a valid configuration but will fail compilationlike this:    m68k-linux-ld: section .rodata VMA [0000000000001000,0000000000262227] overlaps section .text VMA [0000000000000400,0000000000455e7f]Looking at the platforms that use the ROM region configuration settingsit is clear that we can choose much better defaults than 0. By far themost common ROM region settings are these:    CONFIG_ROMVEC=0x10c10000    CONFIG_ROMSTART=0x10c10400So lets make these the default values.It is still possible to configure overlapping ROM and RAM regions, butat least the default selections are now valid.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202305301407.z33zOjcG-lkp@intel.com/Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Wed, 13 Sep 2023 11:58:22 +0000</pubDate>
        <dc:creator>Greg Ungerer &lt;gerg@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>8ab89e95 - m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#8ab89e95</link>
        <description>m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZEThe configs ROMBASE and ROMSIZE were used in arch/m68k/68360/head-ram.S,which was removed with commit a3595962d824 (&quot;m68knommu: remove obsolete68360 support&quot;).Remove the obsolete configs ROMBASE and ROMSIZE.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Fixes: a3595962d82495f5 (&quot;m68knommu: remove obsolete 68360 support&quot;)Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Mon, 20 Mar 2023 13:54:18 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>790a6c21 - docs: move m68k architecture documentation under Documentation/arch/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#790a6c21</link>
        <description>docs: move m68k architecture documentation under Documentation/arch/Architecture-specific documentation is being moved into Documentation/arch/as a way of cleaning up the top-level documentation directory and makingthe docs hierarchy more closely match the source hierarchy.  MoveDocumentation/m68k into arch/ and fix all in-tree references.Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Thu, 30 Mar 2023 19:48:12 +0000</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>5aa52ccf - m68k: nommu: Fix misspellings of &quot;DragonEngine&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#5aa52ccf</link>
        <description>m68k: nommu: Fix misspellings of &quot;DragonEngine&quot;Exys produced the &quot;DragonEngine II&quot; board.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Mon, 19 Dec 2022 13:40:29 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>8f607727 - m68k: nommu: Fix misspellings of &quot;uCdimm&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#8f607727</link>
        <description>m68k: nommu: Fix misspellings of &quot;uCdimm&quot;Arcturus Networks produced the &quot;uCsimm&quot; and &quot;uCdimm&quot; modules.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Tue, 13 Dec 2022 08:18:50 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>b5d263cd - m68k: Kconfig.machine: Add endif comment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#b5d263cd</link>
        <description>m68k: Kconfig.machine: Add endif commentAdd missing trailing endif comment.Signed-off-by: Juerg Haefliger &lt;juergh@canonical.com&gt;Link: https://lore.kernel.org/r/20220524075848.21684-4-juergh@canonical.comSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Tue, 24 May 2022 07:58:48 +0000</pubDate>
        <dc:creator>Juerg Haefliger &lt;juerg.haefliger@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>efae7404 - m68k: virt: Kconfig minor fixes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#efae7404</link>
        <description>m68k: virt: Kconfig minor fixesSelect VIRTIO_MENU as it is needed by VIRTIO_MMIO.Add an ending period at the end of the virt machine help message.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20220531174514.1586248-1-laurent@vivier.euSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Tue, 31 May 2022 17:45:14 +0000</pubDate>
        <dc:creator>Laurent Vivier &lt;laurent@vivier.eu&gt;</dc:creator>
    </item>
<item>
        <title>a71b9e66 - m68knommu: fix undefined reference to `_init_sp&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#a71b9e66</link>
        <description>m68knommu: fix undefined reference to `_init_sp&apos;When configuring a nommu classic m68k system enabling the uboot parameterpassing support (CONFIG_UBOOT) will produce the following compile error:   m68k-linux-ld: arch/m68k/kernel/uboot.o: in function `process_uboot_commandline&apos;:   uboot.c:(.init.text+0x32): undefined reference to `_init_sp&apos;The logic to support this option is only used on ColdFire based platforms(in its head.S startup code). So make the selection of this optiondepend on building for a ColdFire based platform.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Fri, 13 May 2022 07:27:39 +0000</pubDate>
        <dc:creator>Greg Ungerer &lt;gerg@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>05d51e42 - m68k: Introduce a virtual m68k machine</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#05d51e42</link>
        <description>m68k: Introduce a virtual m68k machineThis machine allows to have up to 3.2 GiB and 128 Virtio devices.It is based on android goldfish devices.Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;Link: https://lore.kernel.org/r/20220406201523.243733-5-laurent@vivier.euSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Wed, 06 Apr 2022 20:15:23 +0000</pubDate>
        <dc:creator>Laurent Vivier &lt;laurent@vivier.eu&gt;</dc:creator>
    </item>
<item>
        <title>1aaa557b - m68k: set a default value for MEMORY_RESERVE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#1aaa557b</link>
        <description>m68k: set a default value for MEMORY_RESERVE&apos;make randconfig&apos; can produce a .config file with&quot;CONFIG_MEMORY_RESERVE=&quot; (no value) since it has no default.When a subsequent &apos;make all&apos; is done, kconfig restarts the configand prompts for a value for MEMORY_RESERVE. This breaksscripting/automation where there is no interactive user input.Add a default value for MEMORY_RESERVE. (Any integer value willwork here for kconfig.)Fixes a kconfig warning:.config:214:warning: symbol value &apos;&apos; invalid for MEMORY_RESERVE* Restart config...Memory reservation (MiB) (MEMORY_RESERVE) [] (NEW)Fixes: 1da177e4c3f4 (&quot;Linux-2.6.12-rc2&quot;) # from beginning of git historySigned-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Greg Ungerer &lt;gerg@linux-m68k.org&gt;Cc: linux-m68k@lists.linux-m68k.orgSigned-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Sun, 03 Oct 2021 00:02:23 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>cd3bf8cf - m68k/nommu: prevent setting ROMKERNEL when ROM is not set</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#cd3bf8cf</link>
        <description>m68k/nommu: prevent setting ROMKERNEL when ROM is not setWhen CONFIG_ROMKERNEL is set but CONFIG_ROM is not set, the linkercomplains:  m68k-linux-ld:./arch/m68k/kernel/vmlinux.lds:5: undefined symbol `CONFIG_ROMSTART&apos; referenced in expression# CONFIG_ROM is not set# CONFIG_RAMKERNEL is not setCONFIG_ROMKERNEL=ySince ROMSTART depends on ROM, make ROMKERNEL also depend on ROM.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Greg Ungerer &lt;gerg@linux-m68k.org&gt;Cc: linux-m68k@lists.linux-m68k.orgCc: uclinux-dev@uclinux.orgSigned-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Wed, 07 Jul 2021 16:37:29 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>21ed4926 - m68k: MAC should select HAVE_PATA_PLATFORM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#21ed4926</link>
        <description>m68k: MAC should select HAVE_PATA_PLATFORMThe defconfigs switched Mac from the deprecated CONFIG_BLK_DEV_PLATFORMto CONFIG_PATA_PLATFORM.  However, the latter depends onCONFIG_HAVE_PATA_PLATFORM, which thus must be selected first.Fixes: b90257bfddbd01f3 (&quot;m68k: use libata instead of the legacy ide driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Link: https://lore.kernel.org/r/20210712074022.2116655-1-geert@linux-m68k.org

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Mon, 12 Jul 2021 07:40:22 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>c1367ee0 - m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#c1367ee0</link>
        <description>m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningSince the code for ATARI_KBD_CORE does not use drivers/input/keyboard/code, just move ATARI_KBD_CORE to arch/m68k/Kconfig.machine to removethe dependency on INPUT_KEYBOARD.Removes this kconfig warning:    WARNING: unmet direct dependencies detected for ATARI_KBD_CORE      Depends on [n]: !UML &amp;&amp; INPUT [=y] &amp;&amp; INPUT_KEYBOARD [=n]      Selected by [y]:      - MOUSE_ATARI [=y] &amp;&amp; !UML &amp;&amp; INPUT [=y] &amp;&amp; INPUT_MOUSE [=y] &amp;&amp; ATARI [=y]Fixes: c04cb856e20a (&quot;m68k: Atari keyboard and mouse support.&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Suggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Suggested-by: Michael Schmitz &lt;schmitzmic@gmail.com&gt;Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Link: https://lore.kernel.org/r/20210527001251.8529-1-rdunlap@infradead.orgSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Thu, 27 May 2021 00:12:51 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>8b22820e - m68k: m68328: remove duplicate code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#8b22820e</link>
        <description>m68k: m68328: remove duplicate codeBuilding a kernel with multiple dragonball based boardsenabled needlessly causes a link failure because of duplicateconfig_BSP() functions between the CPU versions.Avoid that merging the three almost identical files into one,and hiding the CPU configuration behind the board config.The pr_info() lines are consolidated in one place.It is still not possible to run a kernel configured formore than one board, but at least configurations that canbe selected can also be built now.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Greg Ungerer &lt;gerg@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Fri, 30 Oct 2020 14:26:24 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>07ce9b7a - m68k: mac: Update Kconfig help</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#07ce9b7a</link>
        <description>m68k: mac: Update Kconfig helpThere is still some missing hardware support that affects all models,such as sound chip and localtalk support. However, many models are wellsupported, including the Quadra 800 emulated by QEMU. Missing hardwaresupport is mostly documented at the web site, so add the URL.Cc: Joshua Thompson &lt;funaho@jurai.org&gt;Signed-off-by: Finn Thain &lt;fthain@telegraphics.com.au&gt;Link: https://lore.kernel.org/r/bb327f05f8fb61eeb332cc2ba4e8335570976474.1605847196.git.fthain@telegraphics.com.auSigned-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Fri, 20 Nov 2020 04:39:56 +0000</pubDate>
        <dc:creator>Finn Thain &lt;fthain@telegraphics.com.au&gt;</dc:creator>
    </item>
<item>
        <title>42f1d57f - m68k: change remaining timers to legacy_timer_tick</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#42f1d57f</link>
        <description>m68k: change remaining timers to legacy_timer_tickThere are nine more machines that each have their own timer interruptcalling the m68k timer_interrupt() function through an indirect pointer.This function is now the same as legacy_timer_tick, so just call thatdirectly and select the corresponding Kconfig symbol.Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Tested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Thu, 24 Sep 2020 15:21:00 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4a1c287a - m68k: sun3/sun3c: use legacy_timer_tick</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#4a1c287a</link>
        <description>m68k: sun3/sun3c: use legacy_timer_tickThese two are different from all other machines:* sun3 does not call timer_routine() but open-codes it  except for the profile_tick() call that appears to  be unintentionally missing.* sun3x has a commented-out timer irq handler but no  functional timer tick I could find.Change both to calling the new legacy_timer_tick here,which includes the call to profile_tick() but does notfix sun3x as that is still commented out.Reviewed-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Thu, 24 Sep 2020 14:40:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>846f9e1f - dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/m68k/Kconfig.machine#846f9e1f</link>
        <description>dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigHave a single definition that architetures can select.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Rich Felker &lt;dalias@libc.org&gt;

            List of files:
            /linux-6.15/arch/m68k/Kconfig.machine</description>
        <pubDate>Tue, 14 Jul 2020 12:18:54 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&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/arch/m68k/Kconfig.machine#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/arch/m68k/Kconfig.machine</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
