From b42df9c2628306732d9322b328679355876dd916 Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Wed, 10 Jun 2015 20:00:20 +0300 Subject: uio: pruss: Add CONFIG_HAS_IOMEM dependence uio_pruss uses io memory, that should be explicitly depend on it Signed-off-by: Matwey V. Kornilov Signed-off-by: Greg Kroah-Hartman --- drivers/uio/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/uio') diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 8a15c323c030..91d9f2bf89d0 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 -- cgit v1.2.3