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

Commit 170f4e42 authored by Kukjin Kim's avatar Kukjin Kim Committed by Ben Dooks
Browse files

ARM: S5PV210: Update Kconfig and Makefiles



Updates arch/arm Kconfig and Makefile for building the S5PV210 support.
Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
for S5PV210.

Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 2c798557
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -672,6 +672,15 @@ config ARCH_S5PC1XX
	help
	  Samsung S5PC1XX series based systems

config ARCH_S5PV210
	bool "Samsung S5PV210/S5PC110"
	select CPU_V7
	select GENERIC_GPIO
	select HAVE_CLK
	select ARM_L1_CACHE_SHIFT_6
	help
	  Samsung S5PV210/S5PC110 series based systems

config ARCH_SHARK
	bool "Shark"
	select CPU_SA110
@@ -832,6 +841,8 @@ if ARCH_S5PC1XX
source "arch/arm/mach-s5pc100/Kconfig"
endif

source "arch/arm/mach-s5pv210/Kconfig"

source "arch/arm/mach-lh7a40x/Kconfig"

source "arch/arm/mach-h720x/Kconfig"
@@ -1106,7 +1117,7 @@ source kernel/Kconfig.preempt
config HZ
	int
	default 128 if ARCH_L7200
	default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || ARCH_S5P6442
	default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PV210
	default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
	default AT91_TIMER_HZ if ARCH_AT91
	default 100
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx
machine-$(CONFIG_ARCH_S5P6440)		:= s5p6440
machine-$(CONFIG_ARCH_S5P6442)		:= s5p6442
machine-$(CONFIG_ARCH_S5PC1XX)		:= s5pc100
machine-$(CONFIG_ARCH_S5PV210)		:= s5pv210
machine-$(CONFIG_ARCH_SA1100)		:= sa1100
machine-$(CONFIG_ARCH_SHARK)		:= shark
machine-$(CONFIG_ARCH_STMP378X)		:= stmp378x
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

config PLAT_S5P
	bool
	depends on (ARCH_S5P6440 || ARCH_S5P6442)
	depends on (ARCH_S5P6440 || ARCH_S5P6442 || ARCH_S5PV210)
	default y
	select ARM_VIC
	select NO_IOPORT