summaryrefslogtreecommitdiffstats
path: root/rules/librtlsdr.in
blob: 6f53ee7bbedcba0b7c33fe8a9888d37dc335f0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## SECTION=system_libraries

menuconfig LIBRTLSDR
	tristate
	prompt "librtlsdr		      "
	select HOST_CMAKE
	select LIBUSB
	help
	  Realtek SDR (Software Defined Radio) library.

if LIBRTLSDR

comment "Install options   ---"

config LIBRTLSDR_TOOLS
	bool
	default y
	prompt "Install tools		  "
	help
	  Installs rtl-sdr tools.

config LIBRTLSDR_UDEV
	bool
	default y
	prompt "Install udev rules	  "
	help
	  Installs udev rules.

endif