1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- choice
- prompt "Kernel Version"
- depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
- default ADK_KERNEL_VERSION_3_14_4
- config ADK_KERNEL_VERSION_3_15_RC5
- prompt "3.15-rc5"
- boolean
- config ADK_KERNEL_VERSION_3_14_4
- prompt "3.14.4"
- depends on !ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- config ADK_KERNEL_VERSION_3_13_11
- prompt "3.13.11"
- depends on !ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- config ADK_KERNEL_VERSION_3_12_20
- prompt "3.12.20"
- depends on !ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- config ADK_KERNEL_VERSION_3_10_40
- prompt "3.10.40"
- depends on !ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- config ADK_KERNEL_VERSION_3_10_30
- prompt "3.10.30"
- depends on ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- config ADK_KERNEL_VERSION_3_4_90
- prompt "3.4.90"
- depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
- depends on !ADK_TARGET_SYSTEM_CUBOX_I
- boolean
- endchoice
|