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

Commit 4acf89fb authored by Yauhen Kharuzhy's avatar Yauhen Kharuzhy Committed by Ben Dooks
Browse files

ARM: S3C2412: Fix typo in CONFIG_CPU_S3C2412_ONLY definition



Dependency on (CPU_S3C2416 is not selected) was defined as "!CPU_2416",
instead of "!CPU_S3C2416". Fix it.

Signed-off-by: default avatarYauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 71f608ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ config CPU_S3C2412
config CPU_S3C2412_ONLY
	bool
	depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
		   !CPU_2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
		   !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
		   !CPU_S3C2443 && CPU_S3C2412
	default y if CPU_S3C2412