Hi Linus, Please pull the m68knommu changes for v6.1. Just a couple of changes. Fixes to compilation of the old/legacy Freescale 68328 targets in some kernel configurations, and some default configuration updates. Regards Greg The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff: Linux 6.0-rc7 (2022-09-25 14:01:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.1 for you to fetch changes up to 404b7577cee2dc302ae259604b163cabd9bfd4f3: m68k: update config files (2022-09-30 10:12:10 +1000) ---------------------------------------------------------------- m68knommu: updates and fixes for v6.1 Fixes include: . fix build problems for legacy 68328 targets . clean out configs of removed options ---------------------------------------------------------------- Greg Ungerer (2): m68knommu: fix non-specific 68328 choice interrupt build failure m68knommu: fix non-mmu classic 68000 legacy timer tick selection Lukas Bulwahn (1): m68k: update config files arch/m68k/68000/ints.c | 6 +++--- arch/m68k/Kconfig.cpu | 4 +--- arch/m68k/configs/amcore_defconfig | 4 ---- arch/m68k/configs/m5208evb_defconfig | 3 --- arch/m68k/configs/m5249evb_defconfig | 3 --- arch/m68k/configs/m5272c3_defconfig | 3 --- arch/m68k/configs/m5275evb_defconfig | 3 --- arch/m68k/configs/m5307c3_defconfig | 3 --- arch/m68k/configs/m5407c3_defconfig | 3 --- 9 files changed, 4 insertions(+), 28 deletions(-)