All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/xr819-xradio: enable on riscv architecture
@ 2022-05-17 20:15 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2022-05-17 20:15 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/xr819-xradio/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/xr819-xradio/Config.in b/package/xr819-xradio/Config.in
index 3d2dedf29e..b8acd71bfc 100644
--- a/package/xr819-xradio/Config.in
+++ b/package/xr819-xradio/Config.in
@@ -1,7 +1,8 @@
 config BR2_PACKAGE_XR819_XRADIO
 	bool "xr819-xradio"
 	depends on BR2_LINUX_KERNEL
-	depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_aarch64_be
+	depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
+		BR2_aarch64_be || BR2_riscv
 	help
 	  Wireless driver for SDIO WiFi chip XR819
 
_______________________________________________
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-05-17 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 20:15 [Buildroot] [git commit] package/xr819-xradio: enable on riscv architecture Peter Korsgaard

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.