]> git.baikalelectronics.ru Git - kernel.git/commit
tty: kconfig: remove the superfluous dependency on PPC_OF
authorKevin Hao <haokexin@gmail.com>
Sat, 31 Jan 2015 13:47:43 +0000 (21:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:13:06 +0000 (03:13 +0100)
commit850ae8bea045ec235f13c540074668090cfec52f
tree3ba8629dda7aeed924d422c2b4711f65d6a8eaf9
parent67e49eeb79128e30f95210a670b7c53c73f945fb
tty: kconfig: remove the superfluous dependency on PPC_OF

In the current kernel, the CONFIG_PPC_OF is always 'y' for the ppc
arch. So we don't need to check it with other ppc specific options.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig