summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-17 19:04:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-17 19:04:45 +0100
commit803b9757e040cc1a9090de4ac5572290c83d31fe (patch)
tree802b6b9cab930db9b1dd8d79f173769e0568fae4 /target/linux
parenta17c639599718879d298f107fdff357bffd8467e (diff)
remove kernel choice, always use 64 bit for 64bit target
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.kernel5
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