2010-07-16 11:15:38 +08:00
|
|
|
# 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
|
|
|
|
help
|
|
|
|
Enable S5PV310 CPU support
|
|
|
|
|
2010-08-05 16:10:24 +08:00
|
|
|
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.
|
|
|
|
|
2010-07-16 11:15:38 +08:00
|
|
|
# machine support
|
|
|
|
|
2010-08-06 19:33:46 +08:00
|
|
|
menu "S5PC210 Machines"
|
|
|
|
|
2010-08-06 19:12:06 +08:00
|
|
|
config MACH_SMDKC210
|
|
|
|
bool "SMDKC210"
|
|
|
|
select CPU_S5PV310
|
2010-09-20 14:25:51 +08:00
|
|
|
select S3C_DEV_RTC
|
2010-09-20 14:33:04 +08:00
|
|
|
select S3C_DEV_WDT
|
2010-08-06 19:12:06 +08:00
|
|
|
help
|
|
|
|
Machine support for Samsung SMDKC210
|
|
|
|
S5PC210(MCP) is one of package option of S5PV310
|
|
|
|
|
2010-08-06 18:59:21 +08:00
|
|
|
config MACH_UNIVERSAL_C210
|
|
|
|
bool "Mobile UNIVERSAL_C210 Board"
|
|
|
|
select CPU_S5PV310
|
|
|
|
help
|
|
|
|
Machine support for Samsung Mobile Universal S5PC210 Reference
|
|
|
|
Board. S5PC210(MCP) is one of package option of S5PV310
|
|
|
|
|
2010-08-06 19:33:46 +08:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "S5PV310 Machines"
|
|
|
|
|
|
|
|
config MACH_SMDKV310
|
|
|
|
bool "SMDKV310"
|
|
|
|
select CPU_S5PV310
|
2010-09-20 14:25:51 +08:00
|
|
|
select S3C_DEV_RTC
|
2010-09-20 14:33:04 +08:00
|
|
|
select S3C_DEV_WDT
|
2010-08-06 19:33:46 +08:00
|
|
|
help
|
|
|
|
Machine support for Samsung SMDKV310
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2010-07-16 11:15:38 +08:00
|
|
|
endif
|