summaryrefslogtreecommitdiffstats
path: root/platforms/u-boot.in
blob: 355fe33748208f5b6b9615e5813c3b5225f1e0f8 (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
menuconfig U_BOOT
	bool
	prompt "U-Boot                        "

config U_BOOT_VERSION
	string
	depends on U_BOOT
	default 1.2.0
	prompt "U-Boot version"
	help
	  Enter the Uboot version you want to build. Usally something like "1.2.0"

config U_BOOT_SERIES
	depends on U_BOOT
	prompt "patch series file"
	string
	default "series${PTXDIST_PLATFORMSUFFIX}"
	help
	  This entry specifies a patch series file which has to live in
	  the kernel patches directory:

	  The series file contains lines with names of patch files which
	  are then being applied to the kernel.

config U_BOOT_CONFIG
	string
	depends on U_BOOT
	prompt "U-Boot config target"
	help
	  The U-Boot make config target. Usually something like
	  "yourbox_config". See Uboot's main Makefile for possible
	  configuration targets.