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:	Fri, 22 Jan 2010 10:31:51 -0700
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Jean-Hugues Deschenes <jean-hugues.deschenes@...asic.com>
Cc:	spi-devel-general@...ts.sourceforge.net,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dw_spi_mmio depends on HAVE_CLK

On Fri, Jan 22, 2010 at 5:45 AM, Jean-Hugues Deschenes
<jean-hugues.deschenes@...asic.com> wrote:
> dw_spi_mmio is dependent on the clock framework. This marks it as such
> in Kconfig.
>
>
> Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@...asic.com>

applied, thanks.

g.

> ---
>  drivers/spi/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 505f1c2..c1ac092 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -319,7 +319,7 @@ config SPI_DW_PCI
>
>  config SPI_DW_MMIO
>        tristate "Memory-mapped io interface driver for DW SPI core"
> -       depends on SPI_DESIGNWARE
> +       depends on SPI_DESIGNWARE && HAVE_CLK
>
>  #
>  # There are lots of SPI device types, with sensors and memory
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
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