[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com>
Date: Wed, 17 Jun 2015 19:42:29 +0800
From: Antonio Borneo <borneo.antonio@...il.com>
To: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Francois Romieu <romieu@...zoreil.com>,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Antonio Borneo <borneo.antonio@...il.com>
Subject: [PATCH 0/2] replace USE_OF in drivers
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists