summaryrefslogtreecommitdiff
path: root/core/kconfig/linux-kconfigs/linux-4.0.kconfig
blob: 13686ca0ac351d19bd0e129a4b4c39aca2247e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
# Embtoolkit
# Copyright(C) 2018 Abdoulaye Walsimou GAYE.
#
#############################################################################
#
# \file         linux-4.0.kconfig
# \brief	linux v4.0.x series
# \author       Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date         August 2018
################################################################################

choice
	prompt "Linux v4.0.x series exact version used."
	help
	 Linux v4.0.x series exact version used.

	config EMBTK_LINUX_VERSION_4_0_9
		bool "linux-4.0.1"
endchoice

config EMBTK_LINUX_VERSION_STRING
	string
	default "4.0.9"

config EMBTK_LINUX_MAJOR_VERSION_STRING
	string
	default "v4.x"