aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/dim2/Kconfig
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2018-05-08 11:45:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-08 13:41:51 +0200
commit21e57ff086056c01e5fad92e70f81fd164623d28 (patch)
tree6867c22503a127582d14c29431ad11fbf3a0e0f8 /drivers/staging/most/dim2/Kconfig
parentstaging: most: cdev: fix race condition (diff)
downloadlinux-dev-21e57ff086056c01e5fad92e70f81fd164623d28.tar.xz
linux-dev-21e57ff086056c01e5fad92e70f81fd164623d28.zip
staging: most: dim2: use device tree
This patch removes the dependency to platform specific source files that do platform specific initialization and supply the IRQ number. Instead DT code is added Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/dim2/Kconfig')
-rw-r--r--drivers/staging/most/dim2/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/dim2/Kconfig b/drivers/staging/most/dim2/Kconfig
index e39c4e525cac..5aeef22c3cba 100644
--- a/drivers/staging/most/dim2/Kconfig
+++ b/drivers/staging/most/dim2/Kconfig
@@ -4,7 +4,7 @@
config MOST_DIM2
tristate "DIM2"
- depends on HAS_IOMEM
+ depends on HAS_IOMEM && OF
---help---
Say Y here if you want to connect via MediaLB to network transceiver.