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