summaryrefslogtreecommitdiffstats
path: root/rules/serdisplib.in
blob: 4a2ea4e3c75170a60679fece3b87643e507b54f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=system_libraries

config SERDISPLIB
	tristate
	prompt "serdisplib"
	select LIBUSB_COMPAT
	help
	  Library to drive serial displays with built-in controllers.

config SERDISPLIB_TESTSERDISP
	bool
	prompt "Install testserdisp on target"
	depends on SERDISPLIB
	help
	  If selected, the testserdisp test program will be installed on
          the target.