Commit d2efe2b3 authored by Randy Dunlap's avatar Randy Dunlap Committed by Kamal Mostafa

parport: fix menu breakage

commit edffe1b6 upstream.

Do not split the PARPORT-related symbols with the new kconfig
symbol ARCH_MIGHT_HAVE_PC_PARPORT. The split was causing incorrect
display of these symbols -- they were not being displayed together
as they should be.

Fixes: d90c3eb3 "Kconfig cleanup (PARPORT_PC dependencies)"
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Mark Salter <msalter@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent c90fd0a0
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
# Parport configuration. # Parport configuration.
# #
config ARCH_MIGHT_HAVE_PC_PARPORT
bool
help
Select this config option from the architecture Kconfig if
the architecture might have PC parallel port hardware.
menuconfig PARPORT menuconfig PARPORT
tristate "Parallel port support" tristate "Parallel port support"
depends on HAS_IOMEM depends on HAS_IOMEM
...@@ -31,12 +37,6 @@ menuconfig PARPORT ...@@ -31,12 +37,6 @@ menuconfig PARPORT
If unsure, say Y. If unsure, say Y.
config ARCH_MIGHT_HAVE_PC_PARPORT
bool
help
Select this config option from the architecture Kconfig if
the architecture might have PC parallel port hardware.
if PARPORT if PARPORT
config PARPORT_PC config PARPORT_PC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment