tty: serial: fix typo "ARCH_S5P6450"
This could have been either ARCH_S5P64X0 or CPU_S5P6450. Looking at
commit 2555e663b3
("ARM: S5P64X0: Add UART
serial support for S5P6450") - which added this typo - makes clear this
should be CPU_S5P6450.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
77e372a3d8
commit
827aa0d36d
@@ -218,7 +218,7 @@ config SERIAL_SAMSUNG_UARTS_4
|
|||||||
config SERIAL_SAMSUNG_UARTS
|
config SERIAL_SAMSUNG_UARTS
|
||||||
int
|
int
|
||||||
depends on PLAT_SAMSUNG
|
depends on PLAT_SAMSUNG
|
||||||
default 6 if ARCH_S5P6450
|
default 6 if CPU_S5P6450
|
||||||
default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
|
default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
|
||||||
default 3
|
default 3
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user