From 801451b72dc989483f61b68ca84aee92843f94fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Aug 2023 17:14:29 +0200 Subject: m68k: add qemu virt support, seems more reliable at the moment then q800 --- target/linux/config/Config.in.m68k | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/config/Config.in.m68k (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.m68k b/target/linux/config/Config.in.m68k new file mode 100644 index 000000000..0a8fec23e --- /dev/null +++ b/target/linux/config/Config.in.m68k @@ -0,0 +1,14 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_LINUX_KERNEL_M68020 + bool + default y if ADK_TARGET_CPU_M68K_68020 + +config ADK_LINUX_KERNEL_M68040 + bool + default y if ADK_TARGET_CPU_M68K_68040 + +config ADK_LINUX_KERNEL_M68KFPU_EMU + bool + default y if ADK_TARGET_CPU_M68K_68040 -- cgit v1.2.3