From: Antonio Borneo Date: Wed, 17 Jun 2015 11:42:31 +0000 (+0800) Subject: net: via/Kconfig: replace USE_OF with OF_??? X-Git-Tag: v4.9.8~4072^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7d3282a245f44286b88e436b1d08c518cdf4569;p=platform%2Fkernel%2Flinux-rpi3.git net: via/Kconfig: replace USE_OF with OF_??? USE_OF is used as intermediate Kconfig option by few arch's (ARM, MIPS, Xtensa). Replace instances of USE_OF outside of arch folders with proper OF_???. Signed-off-by: Antonio Borneo Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/via/Kconfig b/drivers/net/ethernet/via/Kconfig index f66ddae..ad7f512 100644 --- a/drivers/net/ethernet/via/Kconfig +++ b/drivers/net/ethernet/via/Kconfig @@ -19,7 +19,7 @@ if NET_VENDOR_VIA config VIA_RHINE tristate "VIA Rhine support" - depends on (PCI || USE_OF) + depends on (PCI || OF_IRQ) select CRC32 select MII ---help--- @@ -43,7 +43,7 @@ config VIA_RHINE_MMIO config VIA_VELOCITY tristate "VIA Velocity support" - depends on (PCI || USE_OF) + depends on (PCI || (OF_ADDRESS && OF_IRQ)) select CRC32 select CRC_CCITT select MII