[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <26d87564-cc51-021b-9644-8dd05da3159e@infradead.org>
Date: Tue, 20 Apr 2021 11:08:14 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: M Chetan Kumar <m.chetan.kumar@...el.com>, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org
Cc: johannes@...solutions.net, krishna.c.sudi@...el.com,
linuxwwan@...el.com
Subject: Re: [PATCH V2 16/16] net: iosm: infrastructure
Hi--
On 4/20/21 9:13 AM, M Chetan Kumar wrote:
> diff --git a/drivers/net/wwan/Kconfig b/drivers/net/wwan/Kconfig
> new file mode 100644
> index 000000000000..6507970653d2
> --- /dev/null
> +++ b/drivers/net/wwan/Kconfig
> @@ -0,0 +1,19 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +#
> +# Wireless WAN device configuration
> +#
> +
> +menuconfig WWAN
> + bool "Wireless WAN"
> + depends on NET
This already depends on NET since it is inside NETDEVICES which
depends on NET.
> + help
> + This section contains all Wireless WAN (WWAN) device drivers.
> +
> + If you have one of those WWAN M.2 Modules and wish to use it in Linux
> + say Y here and also to the Module specific WWAN Device Driver.
> +
> + If unsure, say N.
> +
> +if WWAN
> +source "drivers/net/wwan/iosm/Kconfig"
> +endif # WWAN
--
~Randy
Powered by blists - more mailing lists