The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / boot / xloader / Config.in
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.
7
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