All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST
@ 2014-03-20 10:08 Axel Lin
  2014-03-20 12:50 ` Max Filippov
  2014-03-21 18:11 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2014-03-20 10:08 UTC (permalink / raw)
  To: Mark Brown; +Cc: Max Filippov, linux-spi-u79uwXL29TY76Z2rM5mHXA

This helps increasing build testing coverage.

Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index b35aa8e..1ee6a54 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -540,7 +540,7 @@ config SPI_XILINX
 
 config SPI_XTENSA_XTFPGA
 	tristate "Xtensa SPI controller for xtfpga"
-	depends on XTENSA && XTENSA_PLATFORM_XTFPGA
+	depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST
 	select SPI_BITBANG
 	help
 	  SPI driver for xtfpga SPI master controller.
-- 
1.8.3.2



--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST
  2014-03-20 10:08 [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST Axel Lin
@ 2014-03-20 12:50 ` Max Filippov
  2014-03-21 18:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Max Filippov @ 2014-03-20 12:50 UTC (permalink / raw)
  To: Axel Lin; +Cc: Mark Brown, linux-spi-u79uwXL29TY76Z2rM5mHXA

On Thu, Mar 20, 2014 at 2:08 PM, Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org> wrote:
> This helps increasing build testing coverage.
>
> Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
> ---
>  drivers/spi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Max Filippov <jcmvbkbc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index b35aa8e..1ee6a54 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -540,7 +540,7 @@ config SPI_XILINX
>
>  config SPI_XTENSA_XTFPGA
>         tristate "Xtensa SPI controller for xtfpga"
> -       depends on XTENSA && XTENSA_PLATFORM_XTFPGA
> +       depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST
>         select SPI_BITBANG
>         help
>           SPI driver for xtfpga SPI master controller.
> --
> 1.8.3.2

-- 
Thanks.
-- Max
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST
  2014-03-20 10:08 [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST Axel Lin
  2014-03-20 12:50 ` Max Filippov
@ 2014-03-21 18:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-03-21 18:11 UTC (permalink / raw)
  To: Axel Lin; +Cc: Max Filippov, linux-spi-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

On Thu, Mar 20, 2014 at 06:08:04PM +0800, Axel Lin wrote:
> This helps increasing build testing coverage.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-21 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 10:08 [PATCH] spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST Axel Lin
2014-03-20 12:50 ` Max Filippov
2014-03-21 18:11 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.