blob: 34e287719f0ff68fb2baf88086aa21dbeb2ddf13 [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 Goswami499d2962011-07-20 23:45:22 +090039 select SAMSUNG_DEV_BACKLIGHT
Banajit Goswamifec524a2011-02-28 20:31:27 +053040 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090041 select SAMSUNG_DEV_TS
42 select S5P64X0_SETUP_I2C1
43 help
44 Machine support for the Samsung SMDK6440
45
46config MACH_SMDK6450
47 bool "SMDK6450"
48 select CPU_S5P6450
49 select S3C_DEV_I2C1
50 select S3C_DEV_RTC
51 select S3C_DEV_WDT
52 select S3C64XX_DEV_SPI
53 select SAMSUNG_DEV_ADC
Banajit Goswamib0fd6442011-02-28 23:31:17 +053054 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090055 select SAMSUNG_DEV_TS
56 select S5P64X0_SETUP_I2C1
57 help
58 Machine support for the Samsung SMDK6450
59
60endif