diff options
author | Matwey V. Kornilov <matwey@sai.msu.ru> | 2015-06-10 13:00:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-12 20:01:43 -0400 |
commit | e040c4d97a46a759ccc3e89fe129b1a1da04c9d0 (patch) | |
tree | 8cf6d4846f90e4476da674f2d97a8bd0b5511ea0 | |
parent | b42df9c2628306732d9322b328679355876dd916 (diff) |
uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
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>
-rw-r--r-- | drivers/uio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index 91d9f2bf89d0..48fb1d983f6c 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -126,7 +126,6 @@ config UIO_FSL_ELBC_GPCM_NETX5152 | |||
126 | 126 | ||
127 | config UIO_PRUSS | 127 | config UIO_PRUSS |
128 | tristate "Texas Instruments PRUSS driver" | 128 | tristate "Texas Instruments PRUSS driver" |
129 | depends on ARCH_DAVINCI_DA850 | ||
130 | select GENERIC_ALLOCATOR | 129 | select GENERIC_ALLOCATOR |
131 | depends on HAS_IOMEM | 130 | depends on HAS_IOMEM |
132 | help | 131 | help |