]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parport: fix menu breakage
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 26 Jul 2014 00:07:47 +0000 (17:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 19:44:08 +0000 (12:44 -0700)
commit1977b3e16fbd7db0768dabea88ca4926d409f3bd
treed954fb333dc591012fd01d953ab51d86db1002ec
parent43b200edbdbc1268c3a9c005ed37366b40db7be6
parport: fix menu breakage

commit edffe1b626b39bd7121691dfdecb548431003bbb 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: d90c3eb31535 "Kconfig cleanup (PARPORT_PC dependencies)"
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Salter <msalter@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/Kconfig