mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
fcd5e16286
commit
c0aa24ba89
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
menuconfig AUXDISPLAY
|
menuconfig AUXDISPLAY
|
||||||
depends on PARPORT
|
|
||||||
bool "Auxiliary Display support"
|
bool "Auxiliary Display support"
|
||||||
---help---
|
---help---
|
||||||
Say Y here to get to see options for auxiliary display drivers.
|
Say Y here to get to see options for auxiliary display drivers.
|
||||||
|
@ -14,7 +13,7 @@ menuconfig AUXDISPLAY
|
||||||
|
|
||||||
If you say N, all options in this submenu will be skipped and disabled.
|
If you say N, all options in this submenu will be skipped and disabled.
|
||||||
|
|
||||||
if AUXDISPLAY && PARPORT
|
if AUXDISPLAY
|
||||||
|
|
||||||
config KS0108
|
config KS0108
|
||||||
tristate "KS0108 LCD Controller"
|
tristate "KS0108 LCD Controller"
|
||||||
|
|
Loading…
Reference in a new issue