xfsprogs: needs thread support
[buildroot-gz.git] / boot / xloader / Config.in
blobc411be478b25db3b8380bf11394a2a12b8e8cee6
1 config BR2_TARGET_XLOADER
2         bool "X-loader"
3         depends on BR2_cortex_a8 || BR2_cortex_a9
4         help
5           The x-loader bootloader. It is mainly used on OMAP-based
6           platforms.
8 if BR2_TARGET_XLOADER
9 config BR2_TARGET_XLOADER_BOARDNAME
10         string "x-loader board name"
11         help
12           One of x-loader supported boards to be built.
13           This will be suffixed with _config to meet x-loader
14           standard naming.
15 endif