* [PATCH] spi: Kconfig: drop unneeded dependency
@ 2020-05-01 16:08 Antony Pavlov
2020-05-04 7:02 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2020-05-01 16:08 UTC (permalink / raw)
To: barebox
The 'config DRIVER_SPI_MXS' section is already under 'if SPI'
so 'depends on SPI' is unneeded.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
drivers/spi/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c696213f50..a53b961b89 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -77,7 +77,6 @@ config DRIVER_SPI_IMX_2_3
config DRIVER_SPI_MXS
bool "i.MX (23,28) SPI Master driver"
depends on ARCH_IMX28
- depends on SPI
config DRIVER_SPI_MVEBU
bool "Marvell MVEBU SoC SPI master driver"
--
2.25.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] spi: Kconfig: drop unneeded dependency
2020-05-01 16:08 [PATCH] spi: Kconfig: drop unneeded dependency Antony Pavlov
@ 2020-05-04 7:02 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-05-04 7:02 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Fri, May 01, 2020 at 07:08:30PM +0300, Antony Pavlov wrote:
> The 'config DRIVER_SPI_MXS' section is already under 'if SPI'
> so 'depends on SPI' is unneeded.
>
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
> drivers/spi/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index c696213f50..a53b961b89 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -77,7 +77,6 @@ config DRIVER_SPI_IMX_2_3
> config DRIVER_SPI_MXS
> bool "i.MX (23,28) SPI Master driver"
> depends on ARCH_IMX28
> - depends on SPI
>
> config DRIVER_SPI_MVEBU
> bool "Marvell MVEBU SoC SPI master driver"
> --
> 2.25.0
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-04 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 16:08 [PATCH] spi: Kconfig: drop unneeded dependency Antony Pavlov
2020-05-04 7:02 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox