]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
authorMatwey V. Kornilov <matwey@sai.msu.ru>
Wed, 10 Jun 2015 17:00:21 +0000 (20:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:01:43 +0000 (17:01 -0700)
mach-dependant stuff has been removed by
    2eb2478d471e ("uio: uio_pruss: replace private SRAM API with genalloc")

There is no need to keep
    depends on ARCH_DAVINCI_DA850

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/Kconfig

index 91d9f2bf89d0bfe202b9db4532bdd0654a77a83e..48fb1d983f6c6adb00480bc4f6abb3cb229f4d65 100644 (file)
@@ -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
        depends on HAS_IOMEM
        help