video: ssd1307fb: Drop OF dependency
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Apr 2021 16:41:40 +0000 (19:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 May 2021 11:44:10 +0000 (13:44 +0200)
After the commit 72915994e028 ("video: ssd1307fb: Make use of device
properties") driver does not depend on OF, drop unneeded dependency.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210409164140.17337-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/fbdev/Kconfig

index 4f02db65dedec2fadc25d1f1f24ef6abdde66729..7506b5949eb0ca0e4fe32329cb56a2023cd49fdc 100644 (file)
@@ -2209,7 +2209,6 @@ config FB_SIMPLE
 config FB_SSD1307
        tristate "Solomon SSD1307 framebuffer support"
        depends on FB && I2C
-       depends on OF
        depends on GPIOLIB || COMPILE_TEST
        select FB_SYS_FOPS
        select FB_SYS_FILLRECT