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