diff options
author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2009-03-31 18:23:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 11:59:17 -0400 |
commit | c0aa24ba8962bd1db98938fb2f3773f870896036 (patch) | |
tree | a748cb5e4326c446611d30619366713cad5876f1 /drivers/auxdisplay | |
parent | fcd5e16286024360340eda61da4e2f5ec152b087 (diff) |
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>
Diffstat (limited to 'drivers/auxdisplay')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 14b9d5f4c203..c07e725ea93d 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig | |||
@@ -6,7 +6,6 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | menuconfig AUXDISPLAY | 8 | menuconfig AUXDISPLAY |
9 | depends on PARPORT | ||
10 | bool "Auxiliary Display support" | 9 | bool "Auxiliary Display support" |
11 | ---help--- | 10 | ---help--- |
12 | Say Y here to get to see options for auxiliary display drivers. | 11 | Say Y here to get to see options for auxiliary display drivers. |
@@ -14,7 +13,7 @@ menuconfig AUXDISPLAY | |||
14 | 13 | ||
15 | If you say N, all options in this submenu will be skipped and disabled. | 14 | If you say N, all options in this submenu will be skipped and disabled. |
16 | 15 | ||
17 | if AUXDISPLAY && PARPORT | 16 | if AUXDISPLAY |
18 | 17 | ||
19 | config KS0108 | 18 | config KS0108 |
20 | tristate "KS0108 LCD Controller" | 19 | tristate "KS0108 LCD Controller" |