Merge branch 'for-next'
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-s5p64x0 / Kconfig
blob164d2783d3818da2e5f90ccfe8af769df3ee8db1
1 # arch/arm/mach-s5p64x0/Kconfig
3 # Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
6 # Licensed under GPLv2
8 if ARCH_S5P64X0
10 config CPU_S5P6440
11         bool
12         select S3C_PL330_DMA
13         help
14           Enable S5P6440 CPU support
16 config CPU_S5P6450
17         bool
18         select S3C_PL330_DMA
19         help
20           Enable S5P6450 CPU support
22 config S5P64X0_SETUP_I2C1
23         bool
24         help
25           Common setup code for i2c bus 1.
27 # machine support
29 config 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
37         select SAMSUNG_DEV_TS
38         select S5P64X0_SETUP_I2C1
39         help
40           Machine support for the Samsung SMDK6440
42 config MACH_SMDK6450
43         bool "SMDK6450"
44         select CPU_S5P6450
45         select S3C_DEV_I2C1
46         select S3C_DEV_RTC
47         select S3C_DEV_WDT
48         select S3C64XX_DEV_SPI
49         select SAMSUNG_DEV_ADC
50         select SAMSUNG_DEV_TS
51         select S5P64X0_SETUP_I2C1
52         help
53           Machine support for the Samsung SMDK6450
55 endif