Skip to content

Commit

Permalink
Merge branch 'next-samsung-cleanup' into next-samsung-devel-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukjin Kim committed Oct 4, 2011
2 parents a102a9e + 4c59de0 commit c37b250
Show file tree
Hide file tree
Showing 39 changed files with 264 additions and 802 deletions.
17 changes: 1 addition & 16 deletions arch/arm/mach-exynos4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,7 @@ menu "EXYNOS4 Machines"

config MACH_SMDKC210
bool "SMDKC210"
select CPU_EXYNOS4210
select S5P_DEV_FIMD0
select S3C_DEV_RTC
select S3C_DEV_WDT
select S3C_DEV_I2C1
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C_DEV_HSMMC2
select S3C_DEV_HSMMC3
select SAMSUNG_DEV_PWM
select SAMSUNG_DEV_BACKLIGHT
select EXYNOS4_DEV_PD
select EXYNOS4_DEV_SYSMMU
select EXYNOS4_SETUP_FIMD0
select EXYNOS4_SETUP_I2C1
select EXYNOS4_SETUP_SDHCI
select MACH_SMDKV310
help
Machine support for Samsung SMDKC210

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o

# machine support

obj-$(CONFIG_MACH_SMDKC210) += mach-smdkc210.o
obj-$(CONFIG_MACH_SMDKC210) += mach-smdkv310.o
obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o
obj-$(CONFIG_MACH_ARMLEX4210) += mach-armlex4210.o
obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o
Expand Down
309 changes: 0 additions & 309 deletions arch/arm/mach-exynos4/mach-smdkc210.c

This file was deleted.

Loading

0 comments on commit c37b250

Please sign in to comment.