diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 01:35:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 01:35:52 +0100 |
commit | 9736226cccdeb8d62e30b51664f763b723acacfd (patch) | |
tree | 43009f9df0a7e67b9218bb7ee95f479bb11cf1fa /target/linux/config/Config.in.kernel | |
parent | d714919ee99c1ef6a2b7cc369b1c78624ad956fe (diff) | |
parent | 9e858224a5674820840eceb7aaabbba35b16c0cc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r-- | target/linux/config/Config.in.kernel | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 221a373df..650bc8729 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -98,7 +98,7 @@ config ADK_KERNEL_PCI config ADK_KERNEL_64BIT boolean - default y if ADK_TARGET_KERNEL64 + default y if ADK_LINUX_64 config ADK_KERNEL_CPU_MIPS64 boolean @@ -106,6 +106,9 @@ config ADK_KERNEL_CPU_MIPS64 config ADK_KERNEL_CPU_MIPS64_R1 boolean +config ADK_KERNEL_CPU_MIPS64_R2 + boolean + config ADK_KERNEL_PREEMPT boolean |