Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295692
b: refs/heads/master
c: 28c569f
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Mar 7, 2012
1 parent fc14fcb commit b194cfa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 880bcd4a8363f24375027f9ded4670960dcfa70a
refs/heads/master: 28c569f6957859d7d53681e00758980750da0250
19 changes: 14 additions & 5 deletions trunk/arch/arm/mach-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ config CPU_S3C2443
help
Support for the S3C2443 SoC from the S3C24XX line

# common code

config S3C24XX_SMDK
bool
help
Common machine code for SMDK2410 and SMDK2440

# cpu-specific sections

if CPU_S3C2410

config S3C2410_DMA
Expand Down Expand Up @@ -192,7 +201,7 @@ config MACH_QT2410

config ARCH_SMDK2410
bool "SMDK2410/A9M2410"
select MACH_SMDK
select S3C24XX_SMDK
help
Say Y here if you are using the SMDK2410 or the derived module A9M2410
<http://www.fsforth.de>
Expand Down Expand Up @@ -279,7 +288,7 @@ config MACH_SMDK2412
config MACH_SMDK2413
bool "SMDK2413"
select MACH_S3C2413
select MACH_SMDK
select S3C24XX_SMDK
select S3C_DEV_USB_HOST
select S3C_DEV_NAND
help
Expand Down Expand Up @@ -317,7 +326,7 @@ comment "S3C2416 Boards"

config MACH_SMDK2416
bool "SMDK2416"
select MACH_SMDK
select S3C24XX_SMDK
select S3C_DEV_FB
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
Expand Down Expand Up @@ -420,7 +429,7 @@ config MACH_RX3715
config ARCH_S3C2440
bool "SMDK2440"
select S3C2440_XTAL_16934400
select MACH_SMDK
select S3C24XX_SMDK
select S3C_DEV_USB_HOST
select S3C_DEV_NAND
help
Expand Down Expand Up @@ -492,7 +501,7 @@ comment "S3C2443 Boards"

config MACH_SMDK2443
bool "SMDK2443"
select MACH_SMDK
select S3C24XX_SMDK
select S3C_DEV_HSMMC1
help
Say Y here if you are using an SMDK2443
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o

# common bits of machine support

obj-$(CONFIG_S3C24XX_SMDK) += common-smdk.o
obj-$(CONFIG_SIMTEC_NOR) += nor-simtec.o

# machine additions
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ config S3C2412_IOTIMING
Intel node to select io timing code that is common to the s3c2412
and the s3c2443.

config MACH_SMDK
bool
help
Common machine code for SMDK2410 and SMDK2440

config S3C24XX_SIMTEC_AUDIO
bool
depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ obj-$(CONFIG_S3C2410_SETUP_TS) += setup-ts.o

# machine common support

obj-$(CONFIG_MACH_SMDK) += common-smdk.o
obj-$(CONFIG_S3C24XX_SIMTEC_AUDIO) += simtec-audio.o

0 comments on commit b194cfa

Please sign in to comment.