aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/Kconfig
blob: e3ae68472ea74c952cec86d78a5597e2dbc612f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# arch/arm/plat-samsung/Kconfig
#
# Copyright 2009 Simtec Electronics
#
# Licensed under GPLv2

config PLAT_SAMSUNG
	bool
	depends on ARCH_S3C2410 || ARCH_S3C24A0 || ARCH_S3C64XX || ARCH_S5PC1XX
	default y
	help
	  Base platform code for all Samsung SoC based systems

if PLAT_SAMSUNG

config SAMSUNG_CLKSRC
	bool
	help
	  Select the clock code for the clksrc implementation
	  used by newer systems such as the S3C64XX.

endif