Skip to content

Commit

Permalink
tty: serial: fix typo "ARCH_S5P6450"
Browse files Browse the repository at this point in the history
This could have been either ARCH_S5P64X0 or CPU_S5P6450. Looking at
commit 2555e66 ("ARM: S5P64X0: Add UART
serial support for S5P6450") - which added this typo - makes clear this
should be CPU_S5P6450.

Signed-off-by: Paul Bolle <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
pebolle authored and gregkh committed Mar 12, 2013
1 parent 77e372a commit 827aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ config SERIAL_SAMSUNG_UARTS_4
config SERIAL_SAMSUNG_UARTS
int
depends on PLAT_SAMSUNG
default 6 if ARCH_S5P6450
default 6 if CPU_S5P6450
default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
default 3
help
Expand Down

0 comments on commit 827aa0d

Please sign in to comment.