summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.archopts2
-rw-r--r--target/config/Config.in.kernelversion8
2 files changed, 3 insertions, 7 deletions
diff --git a/target/config/Config.in.archopts b/target/config/Config.in.archopts
index 6401384b9..3390d4860 100644
--- a/target/config/Config.in.archopts
+++ b/target/config/Config.in.archopts
@@ -39,5 +39,5 @@ config ADK_TARGET_NAN_MODE
config ADK_TARGET_WITH_DEVICETREE
bool
depends on ADK_TARGET_ARCH_ARM
- default y if ADK_TARGET_KERNEL_VERSION_4_6
+ default y if ADK_TARGET_KERNEL_VERSION_4_7
default n
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion
index d437c825d..93fe1dc8b 100644
--- a/target/config/Config.in.kernelversion
+++ b/target/config/Config.in.kernelversion
@@ -6,8 +6,8 @@ prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
depends on ADK_TARGET_OS_LINUX
default ADK_TARGET_KERNEL_VERSION_RPI if ADK_TARGET_BOARD_BCM28XX
default ADK_TARGET_KERNEL_VERSION_FSLC if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_METAG
-default ADK_TARGET_KERNEL_VERSION_4_6 if ADK_TARGET_ARCH_SPARC
+default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG
+default ADK_TARGET_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_SPARC
default ADK_TARGET_KERNEL_VERSION_4_7
config ADK_TARGET_KERNEL_VERSION_GIT
@@ -30,10 +30,6 @@ config ADK_TARGET_KERNEL_VERSION_4_7
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_SPARC
-config ADK_TARGET_KERNEL_VERSION_4_6
- bool "4.6.6"
- depends on !ADK_TARGET_ARCH_NDS32
-
config ADK_TARGET_KERNEL_VERSION_4_4
bool "4.4.19"
depends on !ADK_TARGET_ARCH_NDS32