blob: 0a8fec23e47d74266e18616f4fea32fa884931e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|