Re: [PATCH 09/10] reset: zynq: add driver Kconfig option

From: Masahiro Yamada
Date: Wed Aug 24 2016 - 13:55:09 EST


2016-08-24 22:29 GMT+09:00 Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>:
> Visible only if COMPILE_TEST is enabled, this allows to include the
> driver in build tests.
>
> Cc: Moritz Fischer <moritz.fischer@xxxxxxxxx>
> Cc: Michal Simek <michal.simek@xxxxxxxxxx>
> Cc: SÃren Brinkmann <soren.brinkmann@xxxxxxxxxx>
> Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> ---
> drivers/reset/Kconfig | 6 ++++++
> drivers/reset/Makefile | 2 +-
> 2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index 17030e2..86b49a2 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -67,6 +67,12 @@ config RESET_SUNXI
> help
> This enables the reset driver for Allwinner SoCs.
>
> +config RESET_ZYNQ
> + bool "ZYNQ Reset Driver" if COMPILE_TEST
> + default ARCH_ZYNQ
> + help
> + This enables the reset driver for Xilinx Zynq FPGAs.
> +

Please move this below RESET_UNIPHIER
as I assume you are sorting Kconfig entries alphabetically.


Otherwise,

Reviewed-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>


--
Best Regards
Masahiro Yamada