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 / package / sunxi-boards / Config.in
1 config BR2_PACKAGE_SUNXI_BOARDS
2         bool "sunxi script.bin board file"
3         depends on BR2_arm
4         select BR2_PACKAGE_HOST_SUNXI_TOOLS
5         help
6           Sunxi-boards requires a compiled .fex files for hardware
7           description, used by the kernel during boot for hardware
8           initialization. This package is specific for linux-sunxi
9           kernel and it is useless for mainline kernel versions.
10
11           https://github.com/linux-sunxi/sunxi-boards
12
13 if BR2_PACKAGE_SUNXI_BOARDS
14 config BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE
15         string ".fex file to compile"
16         help
17           This field defines the name of the .fex file for which the
18           .bin file should be generated.
19
20           This should be the path of the .fex file relative to the
21           sys_config/ directory, and including the .fex extension.
22
23           See inside sys_config/ directory in sunxi-boards source code
24           to see the list of valid .fex files.
25 endif