python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / cbootimage / Config.in
blobb798e5d988d858fb17549dc4aef8642a6856ccf5
1 config BR2_PACKAGE_CBOOTIMAGE
2         bool "cbootimage"
3         depends on BR2_arm || BR2_armeb
4         # uses non-standard u_intXX_t types
5         # https://github.com/NVIDIA/cbootimage/pull/7
6         depends on !BR2_TOOLCHAIN_USES_MUSL
7         help
8           This project provides a tool which compiles BCT (Boot
9           Configuration Table) images to place into the boot flash of
10           a Tegra-based device.
12           https://github.com/NVIDIA/cbootimage
14 comment "cbootimage needs a glibc or uClibc toolchain"
15         depends on BR2_arm || BR2_armeb
16         depends on BR2_TOOLCHAIN_USES_MUSL