blob: bb2111b3751e78086ee9bf7d19e26af2f169dd8d [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
Abhilash Kesavan6b6844d2011-10-04 20:30:22 +090012 select S5P_SLEEP if PM
Russell Kingb1b3f492012-10-06 17:12:25 +010013 select SAMSUNG_DMADEV
Abhilash Kesavan6b6844d2011-10-04 20:30:22 +090014 select SAMSUNG_WAKEMASK if PM
Kukjin Kim49b7a492010-09-07 15:47:18 +090015 help
16 Enable S5P6440 CPU support
17
18config CPU_S5P6450
19 bool
Abhilash Kesavan6b6844d2011-10-04 20:30:22 +090020 select S5P_SLEEP if PM
Russell Kingb1b3f492012-10-06 17:12:25 +010021 select SAMSUNG_DMADEV
Abhilash Kesavan6b6844d2011-10-04 20:30:22 +090022 select SAMSUNG_WAKEMASK if PM
Kukjin Kim49b7a492010-09-07 15:47:18 +090023 help
24 Enable S5P6450 CPU support
25
Ajay Kumarc9f357e2011-09-27 07:46:57 +090026config 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
Kukjin Kim49b7a492010-09-07 15:47:18 +090032config S5P64X0_SETUP_I2C1
33 bool
34 help
35 Common setup code for i2c bus 1.
36
Padmavathi Venna25dada92011-12-23 10:14:50 +090037config S5P64X0_SETUP_SPI
38 bool
39 help
40 Common setup code for SPI GPIO configurations
41
Rajeshwari Shindeebc433c2011-12-26 16:28:54 +090042config S5P64X0_SETUP_SDHCI_GPIO
43 bool
44 help
45 Common setup code for SDHCI gpio.
46
Kukjin Kim49b7a492010-09-07 15:47:18 +090047# machine support
48
49config MACH_SMDK6440
50 bool "SMDK6440"
51 select CPU_S5P6440
Ajay Kumar1030e5c2011-09-27 07:51:22 +090052 select S3C_DEV_FB
Rajeshwari Shindeebc433c2011-12-26 16:28:54 +090053 select S3C_DEV_HSMMC
54 select S3C_DEV_HSMMC1
55 select S3C_DEV_HSMMC2
Russell Kingb1b3f492012-10-06 17:12:25 +010056 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
Kukjin Kim49b7a492010-09-07 15:47:18 +090062 select SAMSUNG_DEV_ADC
Banajit Goswami499d2962011-07-20 23:45:22 +090063 select SAMSUNG_DEV_BACKLIGHT
Banajit Goswamifec524a2011-02-28 20:31:27 +053064 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090065 select SAMSUNG_DEV_TS
Kukjin Kim49b7a492010-09-07 15:47:18 +090066 help
67 Machine support for the Samsung SMDK6440
68
69config MACH_SMDK6450
70 bool "SMDK6450"
71 select CPU_S5P6450
Ajay Kumar73017942011-09-27 07:53:20 +090072 select S3C_DEV_FB
Rajeshwari Shindeebc433c2011-12-26 16:28:54 +090073 select S3C_DEV_HSMMC
74 select S3C_DEV_HSMMC1
75 select S3C_DEV_HSMMC2
Russell Kingb1b3f492012-10-06 17:12:25 +010076 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
Kukjin Kim49b7a492010-09-07 15:47:18 +090082 select SAMSUNG_DEV_ADC
Banajit Goswami543601f2011-07-20 23:45:22 +090083 select SAMSUNG_DEV_BACKLIGHT
Banajit Goswamib0fd6442011-02-28 23:31:17 +053084 select SAMSUNG_DEV_PWM
Kukjin Kim49b7a492010-09-07 15:47:18 +090085 select SAMSUNG_DEV_TS
Kukjin Kim49b7a492010-09-07 15:47:18 +090086 help
87 Machine support for the Samsung SMDK6450
88
Rajeshwari Shindeebc433c2011-12-26 16:28:54 +090089menu "Use 8-bit SDHCI bus width"
90
91config 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
98endmenu
99
Kukjin Kim49b7a492010-09-07 15:47:18 +0900100endif