blob: 017af4c4293c763757cd780aa63758682e3e6c88 [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
Sangbeom Kim9e65bbf2011-03-12 08:05:19 +090013 select S5P_HRT
Kukjin Kim49b7a492010-09-07 15:47:18 +090014 help
15 Enable S5P6440 CPU support
16
17config CPU_S5P6450
18 bool
Kukjin Kim49b7a492010-09-07 15:47:18 +090019 select S3C_PL330_DMA
Sangbeom Kim9e65bbf2011-03-12 08:05:19 +090020 select S5P_HRT
Kukjin Kim49b7a492010-09-07 15:47:18 +090021 help
22 Enable S5P6450 CPU support
23
24config S5P64X0_SETUP_I2C1
25 bool
26 help
27 Common setup code for i2c bus 1.
28
29# machine support
30
31config MACH_SMDK6440
32 bool "SMDK6440"
33 select CPU_S5P6440
34 select S3C_DEV_I2C1
35 select S3C_DEV_RTC
36 select S3C_DEV_WDT
37 select S3C64XX_DEV_SPI
38 select SAMSUNG_DEV_ADC
Banajit Goswamifec524a2011-02-28 20:31:27 +053039 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090040 select SAMSUNG_DEV_TS
41 select S5P64X0_SETUP_I2C1
42 help
43 Machine support for the Samsung SMDK6440
44
45config MACH_SMDK6450
46 bool "SMDK6450"
47 select CPU_S5P6450
48 select S3C_DEV_I2C1
49 select S3C_DEV_RTC
50 select S3C_DEV_WDT
51 select S3C64XX_DEV_SPI
52 select SAMSUNG_DEV_ADC
Banajit Goswamib0fd6442011-02-28 23:31:17 +053053 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090054 select SAMSUNG_DEV_TS
55 select S5P64X0_SETUP_I2C1
56 help
57 Machine support for the Samsung SMDK6450
58
59endif