Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[deliverable/linux.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 S5P_SLEEP if PM
13 select SAMSUNG_DMADEV
14 select SAMSUNG_WAKEMASK if PM
15 help
16 Enable S5P6440 CPU support
17
18 config CPU_S5P6450
19 bool
20 select S5P_SLEEP if PM
21 select SAMSUNG_DMADEV
22 select SAMSUNG_WAKEMASK if PM
23 help
24 Enable S5P6450 CPU support
25
26 config S5P64X0_SETUP_FB_24BPP
27 bool
28 help
29 Common setup code for S5P64X0 based boards with a LCD display
30 through RGB interface.
31
32 config S5P64X0_SETUP_I2C1
33 bool
34 help
35 Common setup code for i2c bus 1.
36
37 config S5P64X0_SETUP_SPI
38 bool
39 help
40 Common setup code for SPI GPIO configurations
41
42 config S5P64X0_SETUP_SDHCI_GPIO
43 bool
44 help
45 Common setup code for SDHCI gpio.
46
47 # machine support
48
49 config MACH_SMDK6440
50 bool "SMDK6440"
51 select CPU_S5P6440
52 select S3C_DEV_FB
53 select S3C_DEV_HSMMC
54 select S3C_DEV_HSMMC1
55 select S3C_DEV_HSMMC2
56 select S3C_DEV_I2C1
57 select S3C_DEV_RTC
58 select S3C_DEV_WDT
59 select S5P64X0_SETUP_FB_24BPP
60 select S5P64X0_SETUP_I2C1
61 select S5P64X0_SETUP_SDHCI_GPIO
62 select SAMSUNG_DEV_ADC
63 select SAMSUNG_DEV_BACKLIGHT
64 select SAMSUNG_DEV_PWM
65 select SAMSUNG_DEV_TS
66 help
67 Machine support for the Samsung SMDK6440
68
69 config MACH_SMDK6450
70 bool "SMDK6450"
71 select CPU_S5P6450
72 select S3C_DEV_FB
73 select S3C_DEV_HSMMC
74 select S3C_DEV_HSMMC1
75 select S3C_DEV_HSMMC2
76 select S3C_DEV_I2C1
77 select S3C_DEV_RTC
78 select S3C_DEV_WDT
79 select S5P64X0_SETUP_FB_24BPP
80 select S5P64X0_SETUP_I2C1
81 select S5P64X0_SETUP_SDHCI_GPIO
82 select SAMSUNG_DEV_ADC
83 select SAMSUNG_DEV_BACKLIGHT
84 select SAMSUNG_DEV_PWM
85 select SAMSUNG_DEV_TS
86 help
87 Machine support for the Samsung SMDK6450
88
89 menu "Use 8-bit SDHCI bus width"
90
91 config S5P64X0_SD_CH1_8BIT
92 bool "SDHCI Channel 1 (Slot 1)"
93 depends on MACH_SMDK6450 || MACH_SMDK6440
94 help
95 Support SDHCI Channel 1 8-bit bus.
96 If selected, Channel 2 is disabled.
97
98 endmenu
99
100 endif
This page took 0.043148 seconds and 5 git commands to generate.