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

auxdisplay: remove PARPORT dependency

Remove PARPORT dependency for Auxiliary Display support.

This is not needed since the dependency for the KS0108 driver is
PARPORT_PC.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

H Hartley Sweeten and committed by
Linus Torvalds
c0aa24ba fcd5e162

+1 -2
+1 -2
drivers/auxdisplay/Kconfig
··· 6 6 # 7 7 8 8 menuconfig AUXDISPLAY 9 - depends on PARPORT 10 9 bool "Auxiliary Display support" 11 10 ---help--- 12 11 Say Y here to get to see options for auxiliary display drivers. ··· 13 14 14 15 If you say N, all options in this submenu will be skipped and disabled. 15 16 16 - if AUXDISPLAY && PARPORT 17 + if AUXDISPLAY 17 18 18 19 config KS0108 19 20 tristate "KS0108 LCD Controller"