]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parport: fix menu breakage
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 26 Jul 2014 00:07:47 +0000 (17:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2014 01:00:23 +0000 (18:00 -0700)
commitedffe1b626b39bd7121691dfdecb548431003bbb
treed58e47418603e05c9ce553f8d616b43f50395b5a
parent32e6e5c34416672183caaddf16355f01d295e620
parport: fix menu breakage

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>
Cc: stable@vger.kernel.org # for 3.13, 3.14, 3.15
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/parport/Kconfig