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

menuconfig 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.