Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
[pandora-kernel.git] / arch / arm / mach-s5p64x0 / Kconfig
1 # 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
8 if ARCH_S5P64X0
9
10 config CPU_S5P6440
11         bool
12         select SAMSUNG_DMADEV
13         select S5P_HRT
14         select S5P_SLEEP if PM
15         select SAMSUNG_WAKEMASK if PM
16         help
17           Enable S5P6440 CPU support
18
19 config CPU_S5P6450
20         bool
21         select SAMSUNG_DMADEV
22         select S5P_HRT
23         select S5P_SLEEP if PM
24         select SAMSUNG_WAKEMASK if PM
25         help
26           Enable S5P6450 CPU support
27
28 config S5P64X0_SETUP_FB_24BPP
29         bool
30         help
31           Common setup code for S5P64X0 based boards with a LCD display
32           through RGB interface.
33
34 config S5P64X0_SETUP_I2C1
35         bool
36         help
37           Common setup code for i2c bus 1.
38
39 # machine support
40
41 config MACH_SMDK6440
42         bool "SMDK6440"
43         select CPU_S5P6440
44         select S3C_DEV_FB
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_BACKLIGHT
51         select SAMSUNG_DEV_PWM
52         select SAMSUNG_DEV_TS
53         select S5P64X0_SETUP_FB_24BPP
54         select S5P64X0_SETUP_I2C1
55         help
56           Machine support for the Samsung SMDK6440
57
58 config MACH_SMDK6450
59         bool "SMDK6450"
60         select CPU_S5P6450
61         select S3C_DEV_FB
62         select S3C_DEV_I2C1
63         select S3C_DEV_RTC
64         select S3C_DEV_WDT
65         select S3C64XX_DEV_SPI
66         select SAMSUNG_DEV_ADC
67         select SAMSUNG_DEV_BACKLIGHT
68         select SAMSUNG_DEV_PWM
69         select SAMSUNG_DEV_TS
70         select S5P64X0_SETUP_FB_24BPP
71         select S5P64X0_SETUP_I2C1
72         help
73           Machine support for the Samsung SMDK6450
74
75 endif