Re: [PATCH v4 04/11] m68k: defconfig: update stmark2 defconfig
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-m68k,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260531165155.13e586cd@jic23-huawei> |
On Sun, 31 May 2026 17:25:57 +0200 Angelo Dureghello <[email protected]> wrote: > From: Angelo Dureghello <[email protected]> > > Update stmark2 defconfig enabling MCF5441X DACs. > > Signed-off-by: Angelo Dureghello <[email protected]> > --- > arch/m68k/configs/stmark2_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig > index b3fb95f73a95..3941113bc60b 100644 > --- a/arch/m68k/configs/stmark2_defconfig > +++ b/arch/m68k/configs/stmark2_defconfig > @@ -76,6 +76,8 @@ CONFIG_DMADEVICES=y > CONFIG_MCF_EDMA=y > # CONFIG_VIRTIO_MENU is not set > # CONFIG_VHOST_MENU is not set > +CONFIG_IIO=y > +CONFIG_MCF54415_DAC=y Sashiko makes the reasonable point that this symbol doesn't exist yet. We don't care that much as they make different paths anyway but generally I'd make sure defconfig updates are after the symbols are added. https://sashiko.dev/#/patchset/20260531-wip-stmark2-dac-v4-0-7e65ab4215dd%40baylibre.com > CONFIG_EXT2_FS=y > CONFIG_EXT2_FS_XATTR=y > CONFIG_EXT2_FS_POSIX_ACL=y >