Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933968AbbFJRBG (ORCPT ); Wed, 10 Jun 2015 13:01:06 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:33942 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933690AbbFJRAg (ORCPT ); Wed, 10 Jun 2015 13:00:36 -0400 From: "Matwey V. Kornilov" To: gregkh@linuxfoundation.org Cc: "Matwey V. Kornilov" , pratheesh@ti.com, hjk@hansjkoch.de, linux-kernel@vger.kernel.org, richard.weinberger@gmail.com Subject: [PATCH v4 2/3] uio: pruss: Add CONFIG_HAS_IOMEM dependence Date: Wed, 10 Jun 2015 20:00:20 +0300 Message-Id: <1433955621-4697-2-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433955621-4697-1-git-send-email-matwey@sai.msu.ru> References: <1433955621-4697-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: 871 Lines: 27 uio_pruss uses io memory, that should be explicitly depend on it Signed-off-by: Matwey V. Kornilov --- drivers/uio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 8a15c32..91d9f2b 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig @@ -128,6 +128,7 @@ config UIO_PRUSS tristate "Texas Instruments PRUSS driver" depends on ARCH_DAVINCI_DA850 select GENERIC_ALLOCATOR + depends on HAS_IOMEM help PRUSS driver for OMAPL138/DA850/AM18XX devices PRUSS driver requires user space components, examples and user space -- 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/