Thread (38 messages) 38 messages, 6 authors, 2021-03-23

Re: [PATCH v5 03/24] wfx: add Makefile/Kconfig

From: Jérôme Pouiller <jerome.pouiller@silabs.com>
Date: 2021-03-15 16:22:27
Also in: linux-devicetree, linux-mmc, lkml, netdev

Hi Leon,

On Monday 15 March 2021 16:11:52 CET Leon Romanovsky wrote:
On Mon, Mar 15, 2021 at 02:24:40PM +0100, Jerome Pouiller wrote:
quoted
From: Jérôme Pouiller <jerome.pouiller@silabs.com>

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
---
 drivers/net/wireless/silabs/wfx/Kconfig  | 12 +++++++++++
 drivers/net/wireless/silabs/wfx/Makefile | 26 ++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 drivers/net/wireless/silabs/wfx/Kconfig
 create mode 100644 drivers/net/wireless/silabs/wfx/Makefile
diff --git a/drivers/net/wireless/silabs/wfx/Kconfig b/drivers/net/wireless/silabs/wfx/Kconfig
new file mode 100644
index 000000000000..3be4b1e735e1
--- /dev/null
+++ b/drivers/net/wireless/silabs/wfx/Kconfig
@@ -0,0 +1,12 @@
+config WFX
+     tristate "Silicon Labs wireless chips WF200 and further"
+     depends on MAC80211
+     depends on MMC || !MMC # do not allow WFX=y if MMC=m
+     depends on (SPI || MMC)
+     help
+       This is a driver for Silicons Labs WFxxx series (WF200 and further)
+       chipsets. This chip can be found on SPI or SDIO buses.
+
+       Silabs does not use a reliable SDIO vendor ID. So, to avoid conflicts,
+       the driver won't probe the device if it is not also declared in the
+       Device Tree.
diff --git a/drivers/net/wireless/silabs/wfx/Makefile b/drivers/net/wireless/silabs/wfx/Makefile
new file mode 100644
index 000000000000..f399962c8619
--- /dev/null
+++ b/drivers/net/wireless/silabs/wfx/Makefile
@@ -0,0 +1,26 @@
+# SPDX-License-Identifier: GPL-2.0
+
+# Necessary for CREATE_TRACE_POINTS
+CFLAGS_debug.o = -I$(src)
I wonder if it is still relevant outside of the staging tree.
It seems this pattern is common in the main tree. You suggest to relocate
trace.h to include/trace/events?

-- 
Jérôme Pouiller

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help