[POWERPC] Optionally use new device number for pmac_zilog
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 4 Apr 2007 14:19:43 +0000 (00:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Sep 2007 04:49:21 +0000 (14:49 +1000)
commite4533b243e5e0c3a26287a902a1ed0f8f5b1cec0
tree806ef6091f0a434c7c95560d6b24bcde113614ef
parentc4d5e375470862fd741f93bf0686d7ac2f7fdce4
[POWERPC] Optionally use new device number for pmac_zilog

This adds the option for the pmac_zilog driver to use the major/minor
numbers recently allocated specifically for it (/dev/ttyPZn) instead
of the /dev/ttySn numbers.  The advantage of doing this is that it
allows the pmac_zilog and 8250 drivers to coexist.  The disadvantage
of doing this is that it is a user-visible ABI change and it will
break existing working setups on powermacs, and could be confusing to
users.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/serial/Kconfig
drivers/serial/pmac_zilog.c