Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2627588 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 4511/1: S3C: updated LLSERIAL Kconfig defines for CPU support



Update the Kconfig to create configuration options based on which
CPUs are supported for the low level serial code. This means that
the debug macros can be optimised for the type(s) of CPU that are
being used.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 498e03b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ config CPU_S3C2410
	depends on ARCH_S3C2410
	select S3C2410_CLOCK
	select S3C2410_GPIO
	select CPU_LLSERIAL_S3C2410
	select S3C2410_PM if PM
	help
	  Support for S3C2410 and S3C2410A family from the S3C24XX line
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
config CPU_S3C2412
	bool
	depends on ARCH_S3C2410
	select CPU_LLSERIAL_S3C2440
	select S3C2412_PM if PM
	select S3C2412_DMA if S3C2410_DMA
	help
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ config CPU_S3C2440
	select S3C2410_GPIO
	select S3C2440_DMA if S3C2410_DMA
	select CPU_S3C244X
	select CPU_LLSERIAL_S3C2440
	help
	  Support for S3C2440 Samsung Mobile CPU based systems.

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ config CPU_S3C2442
	select S3C2410_GPIO
	select S3C2410_PM if PM
	select CPU_S3C244X
	select CPU_LLSERIAL_S3C2440
	help
	  Support for S3C2442 Samsung Mobile CPU based systems.

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ config CPU_S3C2443
	bool
	depends on ARCH_S3C2410
	select S3C2443_DMA if S3C2410_DMA
	select CPU_LLSERIAL_S3C2440
	help
	  Support for the S3C2443 SoC from the S3C24XX line

Loading