aboutsummaryrefslogtreecommitdiffstats
path: root/target/device/ARM/Config.in
blob: 20ada16335884a7260444b4075a0538e4af291e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_TARGET_ARM
	bool
	depends on BR2_arm
	depends on !BR2_TARGET_ARMLTD
	depends on !BR2_TARGET_ATMEL
	depends on !BR2_TARGET_SHARP
	default y

config BR2_BOARD_NAME
	string
	default "arm"

config BR2_BOARD_PATH
	string
	default "target/device/ARM"