summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/openocd/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index a35bd2717c..231367154e 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -127,7 +127,6 @@ config BR2_PACKAGE_OPENOCD_FT2XXX
bool "FT2232 based devices (DEPRECATED)"
select BR2_PACKAGE_LIBFTDI1
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
- depends on BR2_ARCH_HAS_ATOMICS
help
(DEPRECATED) Enable building support for FT2232
based devices using the libftdi library
@@ -141,7 +140,6 @@ config BR2_PACKAGE_OPENOCD_UBLASTER
bool "Altera USB-Blaster"
select BR2_PACKAGE_LIBFTDI1
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
- depends on BR2_ARCH_HAS_ATOMICS
help
Enable building support for the Altera USB-Blaster
using the libftdi driver, opensource alternate of
@@ -182,7 +180,6 @@ config BR2_PACKAGE_OPENOCD_PRESTO
bool "ASIX Presto Programmer"
select BR2_PACKAGE_LIBFTDI1
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
- depends on BR2_ARCH_HAS_ATOMICS
help
Enable building support for ASIX Presto Programmer
using the libftdi driver
@@ -193,7 +190,6 @@ config BR2_PACKAGE_OPENOCD_OPENJTAG
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT # needs usb.h
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
- depends on BR2_ARCH_HAS_ATOMICS
help
Enable building support for the OpenJTAG Programmer
with ftdi driver
OpenPOWER on IntegriCloud