All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@kernel-space.org>
To: Greg Ungerer <gerg@linux-m68k.org>
Cc: geert@linux-m68k.org, linux-m68k@vger.kernel.org
Subject: Re: [PATCH 1/2] config: stmark2: defconfig updates
Date: Mon, 27 Apr 2026 14:46:16 +0200	[thread overview]
Message-ID: <26430f52-4986-4c25-bd5b-0cfc1940feed@kernel-space.org> (raw)
In-Reply-To: <dbaa7733-aa87-49bd-8098-6b6336f3b59b@linux-m68k.org>

Thanks !

On 4/27/26 02:58, Greg Ungerer wrote:
> Hi Angelo,
> 
> Both patches applied to m68knommu git tree, for-next branch.
> 
> Thanks
> Greg
> 
> 
> On 16/4/26 06:50, Angelo Dureghello wrote:
>> Various updates, mainly to reduce kernel size.
>>
>> Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
>> ---
>>   arch/m68k/configs/stmark2_defconfig | 33 +++++++++++++++++------------
>>   1 file changed, 20 insertions(+), 13 deletions(-)
>>
>> diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
>> index 515d9b208b10..b3fb95f73a95 100644
>> --- a/arch/m68k/configs/stmark2_defconfig
>> +++ b/arch/m68k/configs/stmark2_defconfig
>> @@ -2,16 +2,20 @@ CONFIG_LOCALVERSION="stmark2-001"
>>   CONFIG_DEFAULT_HOSTNAME="stmark2"
>>   CONFIG_SYSVIPC=y
>>   CONFIG_LOG_BUF_SHIFT=14
>> -CONFIG_NAMESPACES=y
>>   CONFIG_BLK_DEV_INITRD=y
>> +# CONFIG_RD_BZIP2 is not set
>> +# CONFIG_RD_LZMA is not set
>> +# CONFIG_RD_XZ is not set
>> +# CONFIG_RD_LZO is not set
>> +# CONFIG_RD_LZ4 is not set
>> +# CONFIG_RD_ZSTD is not set
>>   CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>> +CONFIG_EXPERT=y
>>   # CONFIG_FHANDLE is not set
>>   # CONFIG_AIO is not set
>>   # CONFIG_ADVISE_SYSCALLS is not set
>>   # CONFIG_MEMBARRIER is not set
>> -CONFIG_EXPERT=y
>> -# CONFIG_VM_EVENT_COUNTERS is not set
>> -# CONFIG_COMPAT_BRK is not set
>> +# CONFIG_KALLSYMS is not set
>>   CONFIG_COLDFIRE=y
>>   CONFIG_M5441x=y
>>   CONFIG_CLOCK_FREQ=240000000
>> @@ -21,10 +25,12 @@ CONFIG_RAMBASE=0x40000000
>>   CONFIG_RAMSIZE=0x8000000
>>   CONFIG_VECTORBASE=0x40000000
>>   CONFIG_KERNELBASE=0x40001000
>> -# CONFIG_BLK_DEV_BSG is not set
>>   CONFIG_BINFMT_FLAT=y
>>   CONFIG_BINFMT_ZFLAT=y
>>   CONFIG_BINFMT_MISC=y
>> +# CONFIG_COREDUMP is not set
>> +# CONFIG_COMPAT_BRK is not set
>> +# CONFIG_VM_EVENT_COUNTERS is not set
>>   CONFIG_DEVTMPFS=y
>>   CONFIG_DEVTMPFS_MOUNT=y
>>   # CONFIG_ALLOW_DEV_COREDUMP is not set
>> @@ -47,11 +53,11 @@ CONFIG_MTD_SPI_NOR=y
>>   # CONFIG_INPUT_MOUSE is not set
>>   CONFIG_SERIO_LIBPS2=y
>>   # CONFIG_UNIX98_PTYS is not set
>> -# CONFIG_DEVMEM is not set
>>   CONFIG_SERIAL_MCF=y
>>   CONFIG_SERIAL_MCF_BAUDRATE=115200
>>   CONFIG_SERIAL_MCF_CONSOLE=y
>>   # CONFIG_HW_RANDOM is not set
>> +# CONFIG_DEVMEM is not set
>>   CONFIG_SPI=y
>>   CONFIG_SPI_DEBUG=y
>>   CONFIG_SPI_FSL_DSPI=y
>> @@ -59,7 +65,7 @@ CONFIG_DEBUG_GPIO=y
>>   CONFIG_GPIO_SYSFS=y
>>   CONFIG_GPIO_GENERIC_PLATFORM=y
>>   # CONFIG_HWMON is not set
>> -# CONFIG_HID is not set
>> +# CONFIG_HID_SUPPORT is not set
>>   # CONFIG_USB_SUPPORT is not set
>>   CONFIG_MMC=y
>>   CONFIG_MMC_DEBUG=y
>> @@ -68,6 +74,8 @@ CONFIG_MMC_SDHCI_PLTFM=y
>>   CONFIG_MMC_SDHCI_ESDHC_MCF=y
>>   CONFIG_DMADEVICES=y
>>   CONFIG_MCF_EDMA=y
>> +# CONFIG_VIRTIO_MENU is not set
>> +# CONFIG_VHOST_MENU is not set
>>   CONFIG_EXT2_FS=y
>>   CONFIG_EXT2_FS_XATTR=y
>>   CONFIG_EXT2_FS_POSIX_ACL=y
>> @@ -79,14 +87,13 @@ CONFIG_EXT4_FS_SECURITY=y
>>   # CONFIG_DNOTIFY is not set
>>   # CONFIG_INOTIFY_USER is not set
>>   CONFIG_OVERLAY_FS=y
>> -CONFIG_FSCACHE=y
>>   # CONFIG_PROC_SYSCTL is not set
>> -CONFIG_CRAMFS=y
>>   CONFIG_SQUASHFS=y
>> -CONFIG_ROMFS_FS=y
>> -# CONFIG_CRYPTO_HW is not set
>> +CONFIG_XZ_DEC=y
>>   CONFIG_PRINTK_TIME=y
>> -# CONFIG_DEBUG_BUGVERBOSE is not set
>> +CONFIG_DYNAMIC_DEBUG_CORE=y
>> +# CONFIG_DEBUG_MISC is not set
>>   # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
>> -CONFIG_SLUB_DEBUG_ON=y
>> +# CONFIG_SLUB_DEBUG is not set
>>   CONFIG_PANIC_ON_OOPS=y
>> +# CONFIG_RUNTIME_TESTING_MENU is not set
> 

-- Angelo


      reply	other threads:[~2026-04-27 12:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-15 20:50 [PATCH 1/2] config: stmark2: defconfig updates Angelo Dureghello
2026-04-15 20:50 ` [PATCH 2/2] m68k: update boards company name Angelo Dureghello
2026-04-17 14:05 ` [PATCH 1/2] config: stmark2: defconfig updates Greg Ungerer
2026-04-27  0:58 ` Greg Ungerer
2026-04-27 12:46   ` Angelo Dureghello [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26430f52-4986-4c25-bd5b-0cfc1940feed@kernel-space.org \
    --to=angelo@kernel-space.org \
    --cc=geert@linux-m68k.org \
    --cc=gerg@linux-m68k.org \
    --cc=linux-m68k@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.