xref: /OK3568_Linux_fs/buildroot/package/sunxi-boards/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SUNXI_BOARDS
2*4882a593Smuzhiyun	bool "sunxi script.bin board file"
3*4882a593Smuzhiyun	depends on BR2_arm
4*4882a593Smuzhiyun	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-sunxi-tools
5*4882a593Smuzhiyun	select BR2_PACKAGE_HOST_SUNXI_TOOLS
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Sunxi-boards requires a compiled .fex files for hardware
8*4882a593Smuzhiyun	  description, used by the kernel during boot for hardware
9*4882a593Smuzhiyun	  initialization. This package is specific for linux-sunxi
10*4882a593Smuzhiyun	  kernel and it is useless for mainline kernel versions.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/linux-sunxi/sunxi-boards
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunif BR2_PACKAGE_SUNXI_BOARDS
15*4882a593Smuzhiyunconfig BR2_PACKAGE_SUNXI_BOARDS_FEX_FILE
16*4882a593Smuzhiyun	string ".fex file to compile"
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  This field defines the name of the .fex file for which the
19*4882a593Smuzhiyun	  .bin file should be generated.
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun	  This should be the path of the .fex file relative to the
22*4882a593Smuzhiyun	  sys_config/ directory, and including the .fex extension.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  See inside sys_config/ directory in sunxi-boards source code
25*4882a593Smuzhiyun	  to see the list of valid .fex files.
26*4882a593Smuzhiyunendif
27*4882a593Smuzhiyun
28*4882a593Smuzhiyuncomment "sunxi script.bin board file needs a toolchain w/ host gcc >= 4.9"
29*4882a593Smuzhiyun	depends on BR2_arm
30*4882a593Smuzhiyun	depends on !BR2_HOST_GCC_AT_LEAST_4_9
31