xref: /OK3568_Linux_fs/buildroot/package/w_scan/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "w_scan needs a toolchain w/ headers >= 3.7"
2	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
3
4config BR2_PACKAGE_W_SCAN
5	bool "w_scan"
6	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
7	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
8	help
9	  w_scan is a small command line utility used to perform
10	  frequency scans for DVB and ATSC transmissions. It is
11	  capable of creating channels.conf files (in different output
12	  formats !) as well as initial tuning data for scan.
13
14	  https://www.gen2vdr.de/wirbel/w_scan/index2.html
15