diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelcfg | 1 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelcfg b/target/config/Config.in.kernelcfg index 6977afe6a..df18eaaf1 100644 --- a/target/config/Config.in.kernelcfg +++ b/target/config/Config.in.kernelcfg @@ -16,6 +16,7 @@ config ADK_TARGET_KERNEL_DEFCONFIG string depends on ADK_TARGET_KERNEL_USE_DEFCONFIG default "bcmrpi_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI + default "bcm2709_defconfig" if ADK_TARGET_SYSTEM_RASPBERRY_PI2 default "twr-k70f120m_defconfig" if ADK_TARGET_SYSTEM_KINETIS_K70 default "imx_v7_cbi_hb_defconfig" if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 default "nsim_700_defconfig" if ADK_TARGET_SYSTEM_NSIM_ARCV1 diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 0eca8800a..fc8613df8 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -12,15 +12,17 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_4_4_6 bool "4.4.6" + depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_4 -config ADK_TARGET_KERNEL_VERSION_4_1_16 - bool "4.1.16" +config ADK_TARGET_KERNEL_VERSION_4_1_20 + bool "4.1.20" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_SYSTEM_KINETIS_K70 + depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_KERNEL_VERSION_4_1 config ADK_TARGET_KERNEL_VERSION_3_18_25 |