diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 14:03:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 14:03:24 +0200 |
commit | 8f38a3b63665e67e7c175dc03c5db931969feab6 (patch) | |
tree | 87bf5150d33dad824c0ff0d9a67ab04059083618 /target/linux/config | |
parent | 5797009c29073c5a2d8228661cc6f508c5dca4d9 (diff) |
more kernel config cleanups
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 8 |
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 |