diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 17:14:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 17:14:49 +0200 |
commit | 801451b72dc989483f61b68ca84aee92843f94fb (patch) | |
tree | cdb3588b9a27f391b8e7454d154bcd00aa763de1 /target/linux/config | |
parent | 8b99befad597c1adeb1ec99a543eac0553c422af (diff) |
m68k: add qemu virt support, seems more reliable at the moment then q800
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.m68k | 14 |
1 files changed, 14 insertions, 0 deletions
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 |