serial: bfin: ctsrts: enfore Kconfig naming convention
authorValentin Rothberg <valentinrothberg@gmail.com>
Sun, 12 Apr 2015 15:54:35 +0000 (17:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 20:26:59 +0000 (22:26 +0200)
commit60d0da5168349041b167973c7464ba0815d5fd67
treede63e6c7a07d2cc4061cf88b2b0af8166036205b
parent5b84c967ccf0573ee4a0b2a53720d5e1e4a8c0f8
serial: bfin: ctsrts: enfore Kconfig naming convention

The CONFIG_ prefix is reserved for Kconfig options in Make and CPP
syntax; static analysis tools rely on this convention.  This patch
enforces this behavior for SERIAL_BFIN_{HARD_}CTSRTS.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Acked-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/blackfin/include/asm/bfin_serial.h
drivers/tty/serial/bfin_uart.c