|
@@ -13,13 +13,15 @@ config BR2_PACKAGE_LIBNFC_ACR122_PCSC
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite
|
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
|
depends on !BR2_STATIC_LIBS # pcsc-lite
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
|
|
select BR2_PACKAGE_PCSC_LITE
|
|
|
help
|
|
|
support for acr112_pcsc driver
|
|
|
|
|
|
-comment "acr122_pcsc driver needs a toolchain w/ threads, dynamic library"
|
|
|
+comment "acr122_pcsc driver needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
config BR2_PACKAGE_LIBNFC_ACR122_USB
|
|
|
bool "acr122_usb driver"
|