Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221069
b: refs/heads/master
c: 8d75c91
h: refs/heads/master
i:
  221067: 794bfca
v: v3
  • Loading branch information
Jemings Ko authored and Kukjin Kim committed Oct 20, 2010
1 parent 0db126c commit f81b4d0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdff6e6fd2d4360e2d5bc39afe3f1ef17d79dbf0
refs/heads/master: 8d75c9128a07bd1f81952a518ed818d1a3e90c96
1 change: 1 addition & 0 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ config ARCH_S5PV310
select HAVE_CLK
select GENERIC_CLOCKEVENTS
select HAVE_S3C_RTC
select HAVE_S3C2410_WATCHDOG
help
Samsung S5PV310 series based systems

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s5pv310/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config MACH_SMDKC210
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
select S3C_DEV_WDT
help
Machine support for Samsung SMDKC210
S5PC210(MCP) is one of package option of S5PV310
Expand All @@ -55,6 +56,7 @@ config MACH_SMDKV310
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
select S3C_DEV_WDT
help
Machine support for Samsung SMDKV310

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv310/mach-smdkc210.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkc210_uartcfgs[] __initdata = {

static struct platform_device *smdkc210_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
};

static void __init smdkc210_map_io(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv310/mach-smdkv310.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkv310_uartcfgs[] __initdata = {

static struct platform_device *smdkv310_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_wdt,
};

static void __init smdkv310_map_io(void)
Expand Down

0 comments on commit f81b4d0

Please sign in to comment.