diff mbox series

[02/38] renesas: add Kconfig

Message ID 20250417135236.52410-3-oleksandr.savchenko.dn@bp.renesas.com (mailing list archive)
State New
Delegated to: Johannes Berg
Headers show
Series wireless: ra6w driver for Renesas IEEE 802.11ax devices | expand

Checks

Context Check Description
wifibot/tree_selection success Guessed tree name to be wireless-next
wifibot/fixes_present success Fixes tag not required for -next series
wifibot/series_format fail Series longer than 15 patches; Target tree name not specified in the subject
wifibot/ynl success Generated files up to date; no warnings/errors; no diff in generated;
wifibot/build_allmodconfig_warn fail Errors and warnings before: 5 this patch: 5
wifibot/build_clang fail Errors and warnings before: 5 this patch: 5
wifibot/build_clang_rust success No Rust files in patch. Skipping build
wifibot/build_tools success No tools touched, skip
wifibot/check_selftest success No net selftest shell script
wifibot/deprecated_api success None detected
wifibot/header_inline success No static functions without inline keyword in header files
wifibot/source_inline success Was 0 now: 0
wifibot/verify_fixes success No Fixes tag
wifibot/build_32bit fail Errors and warnings before: 5 this patch: 5
wifibot/checkpatch warning WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
wifibot/kdoc success Errors and warnings before: 0 this patch: 0
wifibot/verify_signedoff success Signed-off-by tag matches author and committer

Commit Message

Alexander Savchenko April 17, 2025, 1:52 p.m. UTC
Part of the split. Please, take a look at the cover letter for more details

Reviewed-by: Viktor Barna <viktor.barna.rj@bp.renesas.com>
Reviewed-by: Gal Gur <gal.gur.jx@renesas.com>
Signed-off-by: Alexander Savchenko <oleksandr.savchenko.dn@bp.renesas.com>
---
 drivers/net/wireless/renesas/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 drivers/net/wireless/renesas/Kconfig
diff mbox series

Patch

diff --git a/drivers/net/wireless/renesas/Kconfig b/drivers/net/wireless/renesas/Kconfig
new file mode 100644
index 000000000000..9607b36b3d8c
--- /dev/null
+++ b/drivers/net/wireless/renesas/Kconfig
@@ -0,0 +1,12 @@ 
+# SPDX-License-Identifier: GPL-2.0-only
+config WLAN_VENDOR_RENESAS
+	bool "Renesas devices"
+	default y
+	help
+	  If you have a wireless card belonging to this class, say Y.
+
+if WLAN_VENDOR_RENESAS
+
+source "drivers/net/wireless/renesas/ra6w/Kconfig"
+
+endif # WLAN_VENDOR_RENESAS