2010-01-13 16:19:36 -07:00
|
|
|
# arch/arm/mach-s5p6440/Kconfig
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
if ARCH_S5P6440
|
|
|
|
|
|
|
|
config CPU_S5P6440
|
|
|
|
bool
|
2010-05-17 20:59:20 -06:00
|
|
|
select S3C_PL330_DMA
|
2010-01-13 16:19:36 -07:00
|
|
|
help
|
|
|
|
Enable S5P6440 CPU support
|
|
|
|
|
2010-08-06 04:32:43 -06:00
|
|
|
config S5P6440_SETUP_I2C1
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for i2c bus 1.
|
|
|
|
|
2010-01-13 16:19:36 -07:00
|
|
|
config MACH_SMDK6440
|
|
|
|
bool "SMDK6440"
|
|
|
|
select CPU_S5P6440
|
2010-08-06 04:32:43 -06:00
|
|
|
select S3C_DEV_I2C1
|
2010-08-06 06:49:18 -06:00
|
|
|
select S3C_DEV_RTC
|
2010-05-20 01:21:31 -06:00
|
|
|
select S3C_DEV_WDT
|
2010-08-06 06:49:18 -06:00
|
|
|
select SAMSUNG_DEV_ADC
|
|
|
|
select SAMSUNG_DEV_TS
|
2010-08-06 04:32:43 -06:00
|
|
|
select S5P6440_SETUP_I2C1
|
2010-01-13 16:19:36 -07:00
|
|
|
help
|
|
|
|
Machine support for the Samsung SMDK6440
|
|
|
|
|
|
|
|
endif
|