diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in | 13 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 12e2b8003..6cab5a99d 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -173,6 +173,19 @@ config ADK_TARGET_KERNEL_MINICONFIG default "cubox-i" if ADK_TARGET_SYSTEM_CUBOX_I choice +prompt "Use ARM thumb mode" +depends on ADK_TARGET_SYSTEM_CUBOX_I + +config ADK_LINUX_ARM_WITHOUT_THUMB + boolean "disabled" + +config ADK_LINUX_ARM_WITH_THUMB + boolean "enabled" + select ADK_KERNEL_THUMB2_KERNEL + +endchoice + +choice prompt "Qemu Emulation using VirtIO drivers" depends on ADK_TARGET_SYSTEM_QEMU_SPARC64 diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 785ae6475..bd4169948 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -101,3 +101,6 @@ config ADK_KERNEL_CPU_MIPS64_R1 config ADK_KERNEL_PREEMPT boolean + +config ADK_KERNEL_THUMB2_KERNEL + boolean |