Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756305AbbFQLm7 (ORCPT ); Wed, 17 Jun 2015 07:42:59 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:36640 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754649AbbFQLmv (ORCPT ); Wed, 17 Jun 2015 07:42:51 -0400 From: Antonio Borneo To: Daniel Lezcano , Thomas Gleixner , Francois Romieu , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Antonio Borneo Subject: [PATCH 0/2] replace USE_OF in drivers Date: Wed, 17 Jun 2015 19:42:29 +0800 Message-Id: <1434541351-9699-1-git-send-email-borneo.antonio@gmail.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 29 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/