Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296659
b: refs/heads/master
c: 23f16c7
h: refs/heads/master
i:
  296657: ca7b999
  296655: a2b9cce
v: v3
  • Loading branch information
Kukjin Kim committed Mar 14, 2012
1 parent 4892da0 commit 812dd41
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 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: e9bba61522a7650b0e4d9952bb3ece81d473a52c
refs/heads/master: 23f16c7b7cb6a5d086254cbf997c13a56c05031e
18 changes: 13 additions & 5 deletions trunk/arch/arm/mach-exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ if ARCH_EXYNOS

menu "SAMSUNG EXYNOS SoCs Support"

choice
prompt "EXYNOS System Type"
default ARCH_EXYNOS4

config ARCH_EXYNOS4
bool "SAMSUNG EXYNOS4"
default y
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0
help
Samsung EXYNOS4 SoCs based systems

endchoice
config ARCH_EXYNOS5
bool "SAMSUNG EXYNOS5"
select HAVE_SMP
help
Samsung EXYNOS5 (Cortex-A15) SoC based systems

comment "EXYNOS SoCs"

Expand Down Expand Up @@ -55,6 +56,13 @@ config SOC_EXYNOS4412
help
Enable EXYNOS4412 SoC support

config SOC_EXYNOS5250
bool "SAMSUNG EXYNOS5250"
default y
depends on ARCH_EXYNOS5
help
Enable EXYNOS5250 SoC support

config EXYNOS4_MCT
bool
default y
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj- :=

obj-$(CONFIG_ARCH_EXYNOS) += common.o
obj-$(CONFIG_ARCH_EXYNOS4) += clock-exynos4.o
obj-$(CONFIG_ARCH_EXYNOS5) += clock-exynos5.o
obj-$(CONFIG_CPU_EXYNOS4210) += clock-exynos4210.o
obj-$(CONFIG_SOC_EXYNOS4212) += clock-exynos4212.o

Expand Down

0 comments on commit 812dd41

Please sign in to comment.