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)
commit213dce3c17a6536e6f28548085dc9de2dae77eca
tree3ba8629dda7aeed924d422c2b4711f65d6a8eaf9
parent97f9f707d26dfe34368a5b88f1996f2eaf973b42
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