summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-27 14:03:24 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-27 14:03:24 +0200
commit8f38a3b63665e67e7c175dc03c5db931969feab6 (patch)
tree87bf5150d33dad824c0ff0d9a67ab04059083618 /target/linux/config/Config.in.kernel
parent5797009c29073c5a2d8228661cc6f508c5dca4d9 (diff)
more kernel config cleanups
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index b26f03c8b..0f81222c4 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -194,6 +194,7 @@ config ADK_KERNEL_DEVTMPFS_MOUNT
config ADK_KERNEL_UEVENT_HELPER
bool
depends on ADK_RUNTIME_DEV_MDEV
+ default y if ADK_RUNTIME_DEV_MDEV
config ADK_KERNEL_UEVENT_HELPER_PATH
string
@@ -214,12 +215,7 @@ config ADK_KERNEL_VFP
config ADK_KERNEL_VFPv3
bool
select ADK_KERNEL_VFP
- default y if ADK_TARGET_CPU_WITH_FPU_VFPV3
-
-config ADK_KERNEL_VFPv4
- bool
- select ADK_KERNEL_VFP
- default y if ADK_TARGET_CPU_WITH_FPU_VFPV4
+ default y if ADK_TARGET_CPU_WITH_FPU_VFPV3 || ADK_TARGET_CPU_WITH_FPU_VFPV4
config ADK_KERNEL_NEON
bool