1config BR2_PACKAGE_RTL_433
2	bool "rtl_433"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK if BR2_PACKAGE_LIBOPENSSL
5	help
6	  rtl_433 (despite the name) is a generic data receiver, mainly
7	  for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915
8	  MHz ISM bands.
9
10	  https://github.com/merbanan/rtl_433
11