Re: [PATCH net-next v4 1/2] net: Add a WWAN subsystem

From: Greg KH
Date: Thu Mar 11 2021 - 11:49:50 EST


On Thu, Mar 11, 2021 at 05:39:05PM +0100, Loic Poulain wrote:
> --- /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"
> + help
> + This section contains Wireless WAN driver configurations.
> +
> +if WWAN
> +
> +config WWAN_CORE
> + tristate "WWAN Driver Core"
> + help
> + Say Y here if you want to use the WWAN driver core. This driver
> + provides a common framework for WWAN drivers.

module name if chosen?

thanks,

greg k-h