blob: be5888a0e20b81df7a69745e06c6b33fbbcd2d1f [file] [log] [blame]
Kukjin Kim49b7a492010-09-07 15:47:18 +09001# arch/arm/mach-s5p64x0/Kconfig
2#
3# Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8if ARCH_S5P64X0
9
10config CPU_S5P6440
11 bool
Kukjin Kim49b7a492010-09-07 15:47:18 +090012 select S3C_PL330_DMA
13 help
14 Enable S5P6440 CPU support
15
16config CPU_S5P6450
17 bool
Kukjin Kim49b7a492010-09-07 15:47:18 +090018 select S3C_PL330_DMA
19 help
20 Enable S5P6450 CPU support
21
22config S5P64X0_SETUP_I2C1
23 bool
24 help
25 Common setup code for i2c bus 1.
26
27# machine support
28
29config MACH_SMDK6440
30 bool "SMDK6440"
31 select CPU_S5P6440
32 select S3C_DEV_I2C1
33 select S3C_DEV_RTC
34 select S3C_DEV_WDT
35 select S3C64XX_DEV_SPI
36 select SAMSUNG_DEV_ADC
Banajit Goswamifec524a2011-02-28 20:31:27 +053037 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090038 select SAMSUNG_DEV_TS
39 select S5P64X0_SETUP_I2C1
40 help
41 Machine support for the Samsung SMDK6440
42
43config MACH_SMDK6450
44 bool "SMDK6450"
45 select CPU_S5P6450
46 select S3C_DEV_I2C1
47 select S3C_DEV_RTC
48 select S3C_DEV_WDT
49 select S3C64XX_DEV_SPI
50 select SAMSUNG_DEV_ADC
51 select SAMSUNG_DEV_TS
52 select S5P64X0_SETUP_I2C1
53 help
54 Machine support for the Samsung SMDK6450
55
56endif