All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/openocd: Allow to build BCM2835 on aarch64
@ 2022-04-03 19:17 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2022-04-03 19:17 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=342631bed10f987351a83c9378c94447584a1515
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Allow to build the BCM2835 bitbang interface on aarch64.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/openocd/Config.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/openocd/Config.in b/package/openocd/Config.in
index b14f940b27..cef109b511 100644
--- a/package/openocd/Config.in
+++ b/package/openocd/Config.in
@@ -190,13 +190,17 @@ config BR2_PACKAGE_OPENOCD_AT91RM
 	help
 	  Enable building support for AT91RM9200 based SBCs
 
+endif # BR2_arm
+
+if BR2_arm || BR2_aarch64
+
 config BR2_PACKAGE_OPENOCD_BCM2835
 	bool "bitbanging on BCM2835"
 	help
 	  Enable building support for bitbanging on BCM2835
 	  (as found in Raspberry Pi)
 
-endif # BR2_arm
+endif # BR2_arm || BR2_aarch64
 
 config BR2_PACKAGE_OPENOCD_GW16012
 	bool "Gateworks GW16012 JTAG Programmer"
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-03 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 19:17 [Buildroot] [git commit] package/openocd: Allow to build BCM2835 on aarch64 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.