summaryrefslogtreecommitdiffstats
path: root/target/Config.in
blob: f59f7de5f443ef8f3262d57d54d2919d7f253eff (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"

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"
source "target/iso9660/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"