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

comment "filesystem for target device"

source "target/cramfs/Config.in"
source "target/cloop/Config.in"
source "target/ext2/Config.in"
source "target/jffs2/Config.in"
source "target/squashfs/Config.in"
source "target/tar/Config.in"

comment "bootloader for target device"

source "target/x86/grub/Config.in"
source "target/x86/syslinux/Config.in"
source "target/powerpc/yaboot/Config.in"

endmenu

source "target/device/Config.in"