Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752996AbbFFPuc (ORCPT ); Sat, 6 Jun 2015 11:50:32 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:33604 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752451AbbFFPuK (ORCPT ); Sat, 6 Jun 2015 11:50:10 -0400 From: "Matwey V. Kornilov" To: gregkh@linuxfoundation.org Cc: pratheesh@ti.com, hjk@hansjkoch.de, linux-kernel@vger.kernel.org, "Matwey V. Kornilov" Subject: [PATCHv2 2/2] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config Date: Sat, 6 Jun 2015 18:49:49 +0300 Message-Id: <1433605789-9536-2-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433605789-9536-1-git-send-email-matwey@sai.msu.ru> References: <20150524185455.GA17693@kroah.com> <1433605789-9536-1-git-send-email-matwey@sai.msu.ru> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 31 mach-dependant stuff has been removed by 2eb2478d471e45e1d0c8bb3defbf82bf7204e13d There is no need to keep depends on ARCH_DAVINCI_DA850 Signed-off-by: Matwey V. Kornilov --- 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 -- 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/