1config BR2_PACKAGE_DUMP1090
2	bool "dump1090"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
5	select BR2_PACKAGE_NCURSES
6	help
7	  Dump1090 is a simple Mode S decoder for RTLSDR devices
8
9	  https://github.com/flightaware/dump1090
10
11comment "dump1090 needs a toolchain w/ threads, gcc >= 4.9"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
13		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
14