diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-05-08 15:39:09 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-06-12 12:20:44 +0300 |
commit | 4055eabe04a26f5d113b5a02588b20b5e166a753 (patch) | |
tree | 3556e40c0a3bddabbe0151ea2fae5ec1e7988f2c /arch/m68k/configs/amiga_defconfig | |
parent | 72b44f6577f15f37fe964c8dcc42a7c5736e604c (diff) | |
download | linux-4055eabe04a26f5d113b5a02588b20b5e166a753.tar.xz |
m68k: defconfig: Update defconfigs for v6.4-rc1
- Enable modular build of the new DMA pool test,
- Drop CONFIG_PRINT_QUOTA_WARNING=n (auto-disabled since commit
36d532d713db5797 ("quota: mark PRINT_QUOTA_WARNING as BROKEN")),
- Drop CONFIG_UNIX=y and CONFIG_INET=y (implied by 9P_FS since commit
d7385ba137711ea7 ("9p: Remove INET dependency")).
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/5a9bc6058c4fab4b57ba45d778956df8ce7e8688.1683548863.git.geert@linux-m68k.org
Diffstat (limited to 'arch/m68k/configs/amiga_defconfig')
-rw-r--r-- | arch/m68k/configs/amiga_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/amiga_defconfig b/arch/m68k/configs/amiga_defconfig index b26469a65bc1..62fdca7efce4 100644 --- a/arch/m68k/configs/amiga_defconfig +++ b/arch/m68k/configs/amiga_defconfig @@ -43,6 +43,7 @@ CONFIG_IOSCHED_BFQ=m CONFIG_BINFMT_MISC=m CONFIG_SLAB=y # CONFIG_COMPACTION is not set +CONFIG_DMAPOOL_TEST=m CONFIG_USERFAULTFD=y CONFIG_NET=y CONFIG_PACKET=y @@ -454,7 +455,6 @@ CONFIG_OCFS2_FS=m # CONFIG_OCFS2_DEBUG_MASKLOG is not set CONFIG_FANOTIFY=y CONFIG_QUOTA_NETLINK_INTERFACE=y -# CONFIG_PRINT_QUOTA_WARNING is not set CONFIG_AUTOFS_FS=m CONFIG_FUSE_FS=m CONFIG_CUSE=m |