lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 22 Sep 2010 10:14:50 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	x0130808@...com
Cc:	linux-kernel@...r.kernel.org, Raja Mani <raja_mani@...com>,
	Pramodh AG <pramodh_ag@...com>
Subject: Re: [RFC/PATCH 9/9] Staging:ti-st: Update Kconfig and Makefile for

On Wed, 22 Sep 2010 07:48:39 -0400 x0130808@...com wrote:

> From: Raja Mani <raja_mani@...com>
> 
> Add new menu option in Kconfig and compilation option in Makefile for
> TI FM driver.
> 
> Signed-off-by: Raja Mani <raja_mani@...com>
> Signed-off-by: Pramodh AG <pramodh_ag@...com>
> Signed-off-by: Manjunatha Halli <x0130808@...com>
> ---
>  drivers/staging/ti-st/Kconfig  |    8 ++++++++
>  drivers/staging/ti-st/Makefile |    2 ++
>  2 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/staging/ti-st/Kconfig b/drivers/staging/ti-st/Kconfig
> index 1b264a3..7e48749 100644
> --- a/drivers/staging/ti-st/Kconfig
> +++ b/drivers/staging/ti-st/Kconfig
> @@ -23,4 +23,12 @@ config ST_BT
>  	  This makes use of shared transport line discipline core driver to
>  	  communicate with the BT core of the combo chip.
>  
> +config ST_FM
> +	tristate "fm driver for ST"
> +	depends on VIDEO_DEV

	depends on VIDEO_DEV && RFKILL

since TI_ST depends on RFKILL.

> +	select TI_ST
> +	help
> +	  This enables the FM driver for TI BT/FM/GPS combo devices

	End above sentence with '.', please.

> +	  This makes use of shared transport line discipline core driver to
> +	  communicate with the FM core of the combo chip.
>  endmenu



---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ