xref: /OK3568_Linux_fs/buildroot/package/qt6/qt6serialbus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT6SERIALBUS
2*4882a593Smuzhiyun	bool "qt6serialbus"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6 # CAN FD
4*4882a593Smuzhiyun	select BR2_PACKAGE_QT6SERIALPORT
5*4882a593Smuzhiyun	select BR2_PACKAGE_QT6BASE_NETWORK
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
8*4882a593Smuzhiyun	  developers using C++.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  This package corresponds to the qt6serialbus module.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://doc.qt.io/qt-6/qtserialbus-index.html
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "qt6serialbus needs headers >= 3.6"
15*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6
16