summaryrefslogtreecommitdiffstats
path: root/package/qextserialport/Config.in
blob: 4e92ecf3bbe45aab1b72cc8d7f66dd61f8bacc27 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_QEXTSERIALPORT
	bool "qextserialport"
	# Qt is a big library, we don't want to select it
	# automatically without the user knowing
	depends on BR2_PACKAGE_QT
	help
	  A Qt library to manage serial ports

	  http://code.google.com/p/qextserialport/