summaryrefslogtreecommitdiff
path: root/core/kconfig/linux-kconfigs/linux-4.1.kconfig
blob: cb1338c2f15b5d70d28490defcd1430160df3ce8 (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.1.kconfig
# \brief	linux v4.1.x series
# \author       Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date         August 2018
################################################################################

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

	config EMBTK_LINUX_VERSION_4_1_52
		bool "linux-4.1.52"
endchoice

config EMBTK_LINUX_VERSION_STRING
	string
	default "4.1.52"

config EMBTK_LINUX_MAJOR_VERSION_STRING
	string
	default "v4.x"