summaryrefslogtreecommitdiffstats
path: root/package/libnfc/Config.in
blob: 3d67d58f32e318f1bbd5bb030722252c4fe5f781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_LIBNFC
	bool "libnfc"
	select BR2_PACKAGE_LIBUSB
	select BR2_PACKAGE_LIBUSB_COMPAT
	help
	  Public platform independent Near Field Communication (NFC) library.

	  http://www.libnfc.org/

config BR2_PACKAGE_LIBNFC_EXAMPLES
	bool "build libnfc examples"
	depends on BR2_PACKAGE_LIBNFC
	select BR2_PACKAGE_READLINE