remarkable-linux/drivers/tty/serial/cpm_uart
Christophe Leroy 49708c9e6c tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1
Two config options exist to define powerpc MPC8xx:
* CONFIG_PPC_8xx
* CONFIG_8xx
In addition, CONFIG_PPC_8xx also defines CONFIG_CPM1 as
communication co-processor

arch/powerpc/platforms/Kconfig.cputype has contained the following
comment about CONFIG_8xx item for some years:
"# this is temp to handle compat with arch=ppc"

It looks like not many places still have that old CONFIG_8xx used,
so it is likely to be a good time to get rid of it completely ?

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-26 23:00:36 +01:00
..
cpm_uart.h tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1 2015-03-26 23:00:36 +01:00
cpm_uart_core.c tty: constify of_device_id array 2015-03-26 22:49:10 +01:00
cpm_uart_cpm1.c tty: delete non-required instances of include <linux/init.h> 2014-01-07 17:05:21 -08:00
cpm_uart_cpm1.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm2.c tty: delete non-required instances of include <linux/init.h> 2014-01-07 17:05:21 -08:00
cpm_uart_cpm2.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
Makefile tty: cpm_uart: replace CONFIG_8xx by CONFIG_CPM1 2015-03-26 23:00:36 +01:00