|
@@ -4,16 +4,16 @@
|
|
|
choice
|
|
|
prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH
|
|
|
depends on ADK_TARGET_OS_LINUX
|
|
|
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_ARC
|
|
|
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_NIOS2
|
|
|
-default ADK_TARGET_KERNEL_VERSION_4_6_2 if ADK_TARGET_ARCH_XTENSA
|
|
|
+default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_ARC
|
|
|
+default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_NIOS2
|
|
|
+default ADK_TARGET_KERNEL_VERSION_4_6_3 if ADK_TARGET_ARCH_XTENSA
|
|
|
default ADK_TARGET_KERNEL_VERSION_4_4_13
|
|
|
|
|
|
config ADK_TARGET_KERNEL_VERSION_GIT
|
|
|
bool "linux-git"
|
|
|
|
|
|
-config ADK_TARGET_KERNEL_VERSION_4_6_2
|
|
|
- bool "4.6.2"
|
|
|
+config ADK_TARGET_KERNEL_VERSION_4_6_3
|
|
|
+ bool "4.6.3"
|
|
|
depends on !ADK_TARGET_BOARD_BCM28XX
|
|
|
depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
|
|
|
select ADK_TARGET_KERNEL_VERSION_4_6
|