Kconfig 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# arch/arm/mach-s5pv310/Kconfig
#
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
#		http://www.samsung.com/
#
# Licensed under GPLv2

# Configuration options for the S5PV310

if ARCH_S5PV310

config CPU_S5PV310
	bool
	select PLAT_S5P
	help
	  Enable S5PV310 CPU support

18 19 20 21 22 23 24 25 26 27
config S5PV310_SETUP_I2C1
	bool
	help
	  Common setup code for i2c bus 1.

config S5PV310_SETUP_I2C2
	bool
	help
	  Common setup code for i2c bus 2.

28 29
# machine support

30 31
menu "S5PC210 Machines"

32 33 34 35
config MACH_SMDKC210
	bool "SMDKC210"
	select CPU_S5PV310
	select ARCH_SPARSEMEM_ENABLE
C
Changhwan Youn 已提交
36
	select S3C_DEV_RTC
37 38 39 40
	help
	  Machine support for Samsung SMDKC210
	  S5PC210(MCP) is one of package option of S5PV310

41 42 43 44 45 46 47 48
config MACH_UNIVERSAL_C210
	bool "Mobile UNIVERSAL_C210 Board"
	select CPU_S5PV310
	select ARCH_SPARSEMEM_ENABLE
	help
	  Machine support for Samsung Mobile Universal S5PC210 Reference
	  Board. S5PC210(MCP) is one of package option of S5PV310

49 50 51 52 53 54 55 56
endmenu

menu "S5PV310 Machines"

config MACH_SMDKV310
	bool "SMDKV310"
	select CPU_S5PV310
	select ARCH_SPARSEMEM_ENABLE
C
Changhwan Youn 已提交
57
	select S3C_DEV_RTC
58 59 60 61 62
	help
	  Machine support for Samsung SMDKV310

endmenu

63
endif