summaryrefslogtreecommitdiff
path: root/target/device/Config.in
blob: a366603a74897699f1c826f4691039e0ee24d1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
menu "Target options"

source "project/Config.in"

comment "Preset Devices"

source "target/device/AMD/Config.in"
source "target/device/ARMLTD/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/KwikByte/Config.in"
source "target/device/valka/Config.in"

comment "Generic Architecture support"
	depends on BR2_i386

source "target/device/x86/Config.in"

# This must be last
source "target/generic/Config.in"

endmenu