summaryrefslogtreecommitdiffstats
path: root/target/linux/at91-2.6/image/Config.in
blob: 38ce0acb55ee5ad4de89d3237419264952cad058 (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
config AT91_ROMBOOT
	bool "Build romboot loader"
	depends LINUX_2_6_AT91
	default y

config AT91_DFBOOT
	bool "Build dataflashboot loader"
	depends LINUX_2_6_AT91
	default y

config AT91_UBOOT
	bool "Build u-boot loader"
	depends LINUX_2_6_AT91
	default y

config UBOOT_TARGET
	string "U-Boot Board Configuration"
	depends LINUX_2_6_AT91
	default "vlink"
	help
	  For all supported boards there are reqdy-to-use default
		configurations available; just type "<board_name>".