summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-11-20 11:57:16 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-20 14:35:58 +0100
commit189f39ee6ac51d1c3d753c4aeee5943abafc983e (patch)
tree503b77f630b3ddf7fb8579afdd37f240f9bf9da2 /drivers/staging/fbtft/Kconfig
parent8b2d3aeeb7ec8110458ba59bf9c8b3af84f1139a (diff)
downloadlinux-stable-189f39ee6ac51d1c3d753c4aeee5943abafc983e.tar.gz
linux-stable-189f39ee6ac51d1c3d753c4aeee5943abafc983e.tar.bz2
linux-stable-189f39ee6ac51d1c3d753c4aeee5943abafc983e.zip
fbtft: Drop OF dependency
Now, since driver became OF independent, no need to keep OF dependency. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20191120095716.26628-5-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/Kconfig')
-rw-r--r--drivers/staging/fbtft/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig
index d994aea84b21..fdddc1cf9fff 100644
--- a/drivers/staging/fbtft/Kconfig
+++ b/drivers/staging/fbtft/Kconfig
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig FB_TFT
tristate "Support for small TFT LCD display modules"
- depends on FB && SPI && OF
+ depends on FB && SPI
depends on GPIOLIB || COMPILE_TEST
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA