package/aubio: add libsndfile optional dependency
[buildroot-gz.git] / boot / s500-bootloader / Config.in
blob7bb689f305b2a4f06b28308ceb98cc68f917edff
1 config 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.
9           https://github.com/xapp-le/owl
11 config 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.