All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
@ 2015-04-14 16:44 Matwey V. Kornilov
  2015-04-15  5:28 ` TK, Pratheesh Gangadhar
  2015-05-24 18:54 ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Matwey V. Kornilov @ 2015-04-14 16:44 UTC (permalink / raw)
  To: pratheesh; +Cc: hjk, gregkh, linux-kernel, Matwey V. Kornilov

mach-dependent stuff has been removed by
    2eb2478d471e45e1d0c8bb3defbf82bf7204e13d
So, there is no need to keep
    depends on ARCH_DAVINCI_DA850

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
---
 drivers/uio/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
index 8a15c32..9c9178a 100644
--- a/drivers/uio/Kconfig
+++ b/drivers/uio/Kconfig
@@ -126,7 +126,6 @@ config UIO_FSL_ELBC_GPCM_NETX5152
 
 config UIO_PRUSS
 	tristate "Texas Instruments PRUSS driver"
-	depends on ARCH_DAVINCI_DA850
 	select GENERIC_ALLOCATOR
 	help
 	  PRUSS driver for OMAPL138/DA850/AM18XX devices
-- 
2.1.4


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

end of thread, other threads:[~2015-06-06 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 16:44 [PATCH] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config Matwey V. Kornilov
2015-04-15  5:28 ` TK, Pratheesh Gangadhar
2015-05-24 18:54 ` Greg KH
2015-06-06 15:49   ` [PATCHv2 1/2] uio: pruss: Include <linux/sizes.h> Matwey V. Kornilov
2015-06-06 15:49     ` [PATCHv2 2/2] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config Matwey V. Kornilov
2015-06-06 16:11       ` Richard Weinberger
2015-06-06 16:13         ` Matwey V. Kornilov

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.