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

comment "filesystem for target device"

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