summaryrefslogtreecommitdiff
path: root/config/versions/elf2flt.in
blob: 20d5e6a486594fbde98712776b8f90c71f02239b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
# DO NOT EDIT! This file is automatically generated.
#


choice
	bool "Source of elf2flt"

config ELF2FLT_SRC_DEVEL
	bool "Vendor repository"
	help
	  Check out from vendor repository at:
	  https://github.com/uclinux-dev/elf2flt.git

if ELF2FLT_SRC_DEVEL

config ELF2FLT_DEVEL_VCS
	string
	default "git"

config ELF2FLT_DEVEL_URL
	string
	default "https://github.com/uclinux-dev/elf2flt.git"

config ELF2FLT_DEVEL_BRANCH
	string "Branch to check out"
	default "master"
	help
	  Git: branch to be checked out
	  Subversion: directories to append to the repository URL.

config ELF2FLT_DEVEL_REVISION
	string "Revision/changeset"
	default "6d80ab6c93409e796f85da404bde84b841231531"
	help
	  Commit ID or revision ID to check out.

endif

config ELF2FLT_SRC_CUSTOM
	bool "Custom location"
	depends on EXPERIMENTAL
	help
	  Custom directory or tarball.

if ELF2FLT_SRC_CUSTOM

config ELF2FLT_CUSTOM_LOCATION
	string "Custom source location"
	help
	  Path to the directory or tarball with the sources.

endif

endchoice




config ELF2FLT_VERSION
	string
	default "unknown"