1*4882a593Smuzhiyunconfig BR2_PACKAGE_RTL_433 2*4882a593Smuzhiyun bool "rtl_433" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK if BR2_PACKAGE_LIBOPENSSL 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun rtl_433 (despite the name) is a generic data receiver, mainly 9*4882a593Smuzhiyun for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 10*4882a593Smuzhiyun MHz ISM bands. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/merbanan/rtl_433 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuncomment "rtl_433 needs a toolchain w/ dynamic library, threads" 15*4882a593Smuzhiyun depends on BR2_USE_MMU 16*4882a593Smuzhiyun depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 17