summaryrefslogtreecommitdiffstats
path: root/rules/host-opensc.in
blob: 7e5f72b9672b70142bd27c3b30715d7ae0fbbb5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=hosttools_noprompt

config HOST_OPENSC
	tristate
	# libz is disabled, but it still links against libz
	# it links against libdl
	select HOST_OPENSSL
	select HOST_PCSC_LITE		if HOST_OPENSC_PCSC
	default y if ALLYES
	help
	  https://github.com/OpenSC/OpenSC/wiki

if HOST_OPENSC

config HOST_OPENSC_PCSC
	bool

endif