Skip to content

Commit

Permalink
auxdisplay: remove PARPORT dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Linus Torvalds committed Apr 1, 2009
1 parent fcd5e16 commit c0aa24b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/auxdisplay/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
#

menuconfig AUXDISPLAY
depends on PARPORT
bool "Auxiliary Display support"
---help---
Say Y here to get to see options for auxiliary display drivers.
This option alone does not add any kernel code.

If you say N, all options in this submenu will be skipped and disabled.

if AUXDISPLAY && PARPORT
if AUXDISPLAY

config KS0108
tristate "KS0108 LCD Controller"
Expand Down

0 comments on commit c0aa24b

Please sign in to comment.