netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] replace USE_OF in drivers
@ 2015-06-17 11:42 Antonio Borneo
  2015-06-17 11:42 ` [PATCH 1/2] clocksource: Kconfig: replace USE_OF with OF Antonio Borneo
  2015-06-17 11:42 ` [PATCH 2/2] net: via/Kconfig: replace USE_OF with OF_??? Antonio Borneo
  0 siblings, 2 replies; 5+ messages in thread
From: Antonio Borneo @ 2015-06-17 11:42 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Francois Romieu, David S. Miller,
	netdev, linux-kernel
  Cc: Antonio Borneo

Kconfig option USE_OF is used as intermediate option by few
arch's (ARM, MIPS, Xtensa); in all these cases USE_OF implies
setting option OF and other OF_???.

Outside arch folder, USE_OF is used only in two places.
In both places, USE_OF can be replaced by OF or OF_???.
This change reduces the scope of USE_OF and makes the drivers
(actually only the Via network ones) available to other arch's
that don't use USE_OF.

The two patches of this series can be applied independently and
can be taken separately in the respective tree.

Antonio Borneo (2):
  clocksource: Kconfig: replace USE_OF with OF
  net: via/Kconfig: replace USE_OF with OF_???

 drivers/clocksource/Kconfig      | 2 +-
 drivers/net/ethernet/via/Kconfig | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-06-29  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 11:42 [PATCH 0/2] replace USE_OF in drivers Antonio Borneo
2015-06-17 11:42 ` [PATCH 1/2] clocksource: Kconfig: replace USE_OF with OF Antonio Borneo
2015-06-29  9:01   ` Daniel Lezcano
2015-06-17 11:42 ` [PATCH 2/2] net: via/Kconfig: replace USE_OF with OF_??? Antonio Borneo
2015-06-21 17:05   ` David Miller

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).