* [PATCH] spi: controller drivers don't need to depend on SPI_MASTER explicitly @ 2012-02-23 9:37 Uwe Kleine-König [not found] ` <1329989875-11756-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 0 siblings, 1 reply; 2+ messages in thread From: Uwe Kleine-König @ 2012-02-23 9:37 UTC (permalink / raw) To: Grant Likely Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, kernel-bIcnvbaLZ9MEGnE8C9+IrQ They are all defined in an if SPI_MASTER ... endif block. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- drivers/spi/Kconfig | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8293658..c1fb568 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -126,7 +126,7 @@ config SPI_COLDFIRE_QSPI config SPI_DAVINCI tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" - depends on SPI_MASTER && ARCH_DAVINCI + depends on ARCH_DAVINCI select SPI_BITBANG help SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. @@ -188,7 +188,7 @@ config SPI_MPC52xx_PSC config SPI_MPC512x_PSC tristate "Freescale MPC512x PSC SPI controller" - depends on SPI_MASTER && PPC_MPC512x + depends on PPC_MPC512x help This enables using the Freescale MPC5121 Programmable Serial Controller in SPI master mode. @@ -238,7 +238,7 @@ config SPI_OMAP24XX config SPI_OMAP_100K tristate "OMAP SPI 100K" - depends on SPI_MASTER && (ARCH_OMAP850 || ARCH_OMAP730) + depends on ARCH_OMAP850 || ARCH_OMAP730 help OMAP SPI 100K master controller for omap7xx boards. @@ -262,7 +262,7 @@ config SPI_PL022 config SPI_PPC4xx tristate "PPC4xx SPI Controller" - depends on PPC32 && 4xx && SPI_MASTER + depends on PPC32 && 4xx select SPI_BITBANG help This selects a driver for the PPC4xx SPI Controller. @@ -326,7 +326,7 @@ config SPI_SH_SCI config SPI_STMP3XXX tristate "Freescale STMP37xx/378x SPI/SSP controller" - depends on ARCH_STMP3XXX && SPI_MASTER + depends on ARCH_STMP3XXX help SPI driver for Freescale STMP37xx/378x SoC SSP interface @@ -384,7 +384,6 @@ config SPI_NUC900 config SPI_DESIGNWARE tristate "DesignWare SPI controller core support" - depends on SPI_MASTER help general driver for SPI controller core from DesignWare -- 1.7.9 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <1329989875-11756-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>]
* Re: [PATCH] spi: controller drivers don't need to depend on SPI_MASTER explicitly [not found] ` <1329989875-11756-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> @ 2012-03-09 21:39 ` Grant Likely 0 siblings, 0 replies; 2+ messages in thread From: Grant Likely @ 2012-03-09 21:39 UTC (permalink / raw) To: Uwe Kleine-König Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, kernel-bIcnvbaLZ9MEGnE8C9+IrQ [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain, Size: 2286 bytes --] On Thu, 23 Feb 2012 10:37:55 +0100, Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote: > They are all defined in an if SPI_MASTER ... endif block. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Applied, thanks g. > --- > drivers/spi/Kconfig | 11 +++++------ > 1 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig > index 8293658..c1fb568 100644 > --- a/drivers/spi/Kconfig > +++ b/drivers/spi/Kconfig > @@ -126,7 +126,7 @@ config SPI_COLDFIRE_QSPI > > config SPI_DAVINCI > tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" > - depends on SPI_MASTER && ARCH_DAVINCI > + depends on ARCH_DAVINCI > select SPI_BITBANG > help > SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. > @@ -188,7 +188,7 @@ config SPI_MPC52xx_PSC > > config SPI_MPC512x_PSC > tristate "Freescale MPC512x PSC SPI controller" > - depends on SPI_MASTER && PPC_MPC512x > + depends on PPC_MPC512x > help > This enables using the Freescale MPC5121 Programmable Serial > Controller in SPI master mode. > @@ -238,7 +238,7 @@ config SPI_OMAP24XX > > config SPI_OMAP_100K > tristate "OMAP SPI 100K" > - depends on SPI_MASTER && (ARCH_OMAP850 || ARCH_OMAP730) > + depends on ARCH_OMAP850 || ARCH_OMAP730 > help > OMAP SPI 100K master controller for omap7xx boards. > > @@ -262,7 +262,7 @@ config SPI_PL022 > > config SPI_PPC4xx > tristate "PPC4xx SPI Controller" > - depends on PPC32 && 4xx && SPI_MASTER > + depends on PPC32 && 4xx > select SPI_BITBANG > help > This selects a driver for the PPC4xx SPI Controller. > @@ -326,7 +326,7 @@ config SPI_SH_SCI > > config SPI_STMP3XXX > tristate "Freescale STMP37xx/378x SPI/SSP controller" > - depends on ARCH_STMP3XXX && SPI_MASTER > + depends on ARCH_STMP3XXX > help > SPI driver for Freescale STMP37xx/378x SoC SSP interface > > @@ -384,7 +384,6 @@ config SPI_NUC900 > > config SPI_DESIGNWARE > tristate "DesignWare SPI controller core support" > - depends on SPI_MASTER > help > general driver for SPI controller core from DesignWare > > -- > 1.7.9 > -- Grant Likely, B.Sc, P.Eng. Secret Lab Technologies,Ltd. [-- Attachment #2: Type: text/plain, Size: 317 bytes --] ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ [-- Attachment #3: Type: text/plain, Size: 210 bytes --] _______________________________________________ spi-devel-general mailing list spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/spi-devel-general ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-09 21:39 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-02-23 9:37 [PATCH] spi: controller drivers don't need to depend on SPI_MASTER explicitly Uwe Kleine-König [not found] ` <1329989875-11756-1-git-send-email-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> 2012-03-09 21:39 ` Grant Likely
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).