diff options
-rw-r--r-- | target/arm/sys-available/raspberry-pi | 1 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/arm/sys-available/raspberry-pi b/target/arm/sys-available/raspberry-pi index fe3289a0e..9f4cf1729 100644 --- a/target/arm/sys-available/raspberry-pi +++ b/target/arm/sys-available/raspberry-pi @@ -5,6 +5,7 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI select ADK_raspberry_pi select ADK_KERNEL_ARCH_BCM2708 select ADK_KERNEL_AEABI + select ADK_KERNEL_PREEMPT select ADK_EABIHF select ADK_CPU_RASPBERRY_PI select ADK_TARGET_WITH_MMC diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 96a716f14..cbe22ccec 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -114,3 +114,5 @@ config ADK_KERNEL_CPU_MIPS64 config ADK_KERNEL_CPU_MIPS64_R1 boolean +config ADK_KERNEL_PREEMPT + boolean |