tty: move Kconfig entries into drivers/tty from drivers/char
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Feb 2011 23:41:47 +0000 (15:41 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Feb 2011 23:41:47 +0000 (15:41 -0800)
commitbdcffc5a1a28b566a38a4b0d5bcefc78a97f4ecb
tree84b497e769c3923b08c052781067bb3f427e386c
parent3c95c985fa91ecf6a0e29622bbdd13dcfc5ce9f1
tty: move Kconfig entries into drivers/tty from drivers/char

The Kconfig options for the drivers/tty/ files still were hanging around
in the "big" drivers/char/Kconfig file, so move them to the proper
location under drivers/tty and drivers/tty/hvc/

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/Kconfig
drivers/tty/Kconfig [new file with mode: 0644]
drivers/tty/hvc/Kconfig [new file with mode: 0644]