xref: /OK3568_Linux_fs/buildroot/boot/s500-bootloader/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_TARGET_S500_BOOTLOADER
2*4882a593Smuzhiyun	bool "s500-bootloader"
3*4882a593Smuzhiyun	depends on BR2_arm
4*4882a593Smuzhiyun	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
5*4882a593Smuzhiyun	select BR2_HOSTARCH_NEEDS_IA32_LIBS
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  1st level bootloader for Actions Semiconductor S500 SoC.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://github.com/xapp-le/owl
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_TARGET_S500_BOOTLOADER_BOARD
12*4882a593Smuzhiyun	string "board to configure for"
13*4882a593Smuzhiyun	depends on BR2_TARGET_S500_BOOTLOADER
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  Specify the board to configure the bootloader for.
16*4882a593Smuzhiyun	  This should be the name of a directory under s500/boards
17*4882a593Smuzhiyun	  containing a suitable bootloader.ini file.
18