Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: ssd1307fb: Drop OF dependency

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>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
9ac78c8a da9db711

-1
-1
drivers/video/fbdev/Kconfig
··· 2209 2209 config FB_SSD1307 2210 2210 tristate "Solomon SSD1307 framebuffer support" 2211 2211 depends on FB && I2C 2212 - depends on OF 2213 2212 depends on GPIOLIB || COMPILE_TEST 2214 2213 select FB_SYS_FOPS 2215 2214 select FB_SYS_FILLRECT