1 config BR2_PACKAGE_SUNXI_BOARDS
2 bool "sunxi script.bin board file"
4 select BR2_PACKAGE_HOST_SUNXI_TOOLS
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.
11 https://github.com/linux-sunxi/sunxi-boards
13 if BR2_PACKAGE_SUNXI_BOARDS
14 config BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE
15 string ".fex file to compile"
17 This field defines the name of the .fex file for which the
18 .bin file should be generated.
20 This should be the path of the .fex file relative to the
21 sys_config/ directory, and including the .fex extension.
23 See inside sys_config/ directory in sunxi-boards source code
24 to see the list of valid .fex files.