Blame view

arch/arm/mach-s5p64x0/Kconfig 1.96 KB
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
1
2
3
4
5
6
7
8
9
10
11
  # arch/arm/mach-s5p64x0/Kconfig
  #
  # Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
  #		http://www.samsung.com/
  #
  # Licensed under GPLv2
  
  if ARCH_S5P64X0
  
  config CPU_S5P6440
  	bool
3091e6117   Boojin Kim   ARM: S5P64X0: Use...
12
  	select SAMSUNG_DMADEV
9e65bbf21   Sangbeom Kim   ARM: S5P: Update ...
13
  	select S5P_HRT
6b6844dd5   Abhilash Kesavan   ARM: S5P64X0: Add...
14
15
  	select S5P_SLEEP if PM
  	select SAMSUNG_WAKEMASK if PM
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
16
17
18
19
20
  	help
  	  Enable S5P6440 CPU support
  
  config CPU_S5P6450
  	bool
3091e6117   Boojin Kim   ARM: S5P64X0: Use...
21
  	select SAMSUNG_DMADEV
9e65bbf21   Sangbeom Kim   ARM: S5P: Update ...
22
  	select S5P_HRT
6b6844dd5   Abhilash Kesavan   ARM: S5P64X0: Add...
23
24
  	select S5P_SLEEP if PM
  	select SAMSUNG_WAKEMASK if PM
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
25
26
  	help
  	  Enable S5P6450 CPU support
c9f357ef9   Ajay Kumar   ARM: S5P64X0: Add...
27
28
29
30
31
  config S5P64X0_SETUP_FB_24BPP
  	bool
  	help
  	  Common setup code for S5P64X0 based boards with a LCD display
  	  through RGB interface.
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
32
33
34
35
  config S5P64X0_SETUP_I2C1
  	bool
  	help
  	  Common setup code for i2c bus 1.
25dada97a   Padmavathi Venna   ARM: S5P64X0: Mod...
36
37
38
39
  config S5P64X0_SETUP_SPI
  	bool
  	help
  	  Common setup code for SPI GPIO configurations
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
40
41
42
43
  config S5P64X0_SETUP_SDHCI_GPIO
  	bool
  	help
  	  Common setup code for SDHCI gpio.
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
44
45
46
47
48
  # machine support
  
  config MACH_SMDK6440
  	bool "SMDK6440"
  	select CPU_S5P6440
1030e5c56   Ajay Kumar   ARM: S5P6440: Add...
49
  	select S3C_DEV_FB
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
50
51
52
  	select S3C_DEV_I2C1
  	select S3C_DEV_RTC
  	select S3C_DEV_WDT
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
53
54
55
  	select S3C_DEV_HSMMC
  	select S3C_DEV_HSMMC1
  	select S3C_DEV_HSMMC2
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
56
  	select SAMSUNG_DEV_ADC
499d29695   Banajit Goswami   ARM: S5P64X0: Add...
57
  	select SAMSUNG_DEV_BACKLIGHT
fec524aa0   Banajit Goswami   ARM: SAMSUNG: Add...
58
  	select SAMSUNG_DEV_PWM
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
59
  	select SAMSUNG_DEV_TS
1030e5c56   Ajay Kumar   ARM: S5P6440: Add...
60
  	select S5P64X0_SETUP_FB_24BPP
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
61
  	select S5P64X0_SETUP_I2C1
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
62
  	select S5P64X0_SETUP_SDHCI_GPIO
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
63
64
65
66
67
68
  	help
  	  Machine support for the Samsung SMDK6440
  
  config MACH_SMDK6450
  	bool "SMDK6450"
  	select CPU_S5P6450
7301794c8   Ajay Kumar   ARM: S5P6450: Add...
69
  	select S3C_DEV_FB
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
70
71
72
  	select S3C_DEV_I2C1
  	select S3C_DEV_RTC
  	select S3C_DEV_WDT
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
73
74
75
  	select S3C_DEV_HSMMC
  	select S3C_DEV_HSMMC1
  	select S3C_DEV_HSMMC2
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
76
  	select SAMSUNG_DEV_ADC
543601f52   Banajit Goswami   ARM: S5P64X0: Add...
77
  	select SAMSUNG_DEV_BACKLIGHT
b0fd644f4   Banajit Goswami   ARM: SAMSUNG: Add...
78
  	select SAMSUNG_DEV_PWM
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
79
  	select SAMSUNG_DEV_TS
7301794c8   Ajay Kumar   ARM: S5P6450: Add...
80
  	select S5P64X0_SETUP_FB_24BPP
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
81
  	select S5P64X0_SETUP_I2C1
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
82
  	select S5P64X0_SETUP_SDHCI_GPIO
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
83
84
  	help
  	  Machine support for the Samsung SMDK6450
ebc433c28   Rajeshwari Shinde   ARM: S5P64X0: Add...
85
86
87
88
89
90
91
92
93
94
  menu "Use 8-bit SDHCI bus width"
  
  config S5P64X0_SD_CH1_8BIT
  	bool "SDHCI Channel 1 (Slot 1)"
  	depends on MACH_SMDK6450 || MACH_SMDK6440
  	help
  	  Support SDHCI Channel 1 8-bit bus.
  	  If selected, Channel 2 is disabled.
  
  endmenu
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
95
  endif