~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to arch/arm/mach-s5pv210/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
config CPU_S5PV210
13
13
        bool
14
 
        select S3C_PL330_DMA
 
14
        select SAMSUNG_DMADEV
15
15
        select S5P_EXT_INT
16
16
        select S5P_HRT
17
 
        select S5PV210_PM if PM
 
17
        select S5P_PM if PM
 
18
        select S5P_SLEEP if PM
18
19
        help
19
20
          Enable S5PV210 CPU support
20
21
 
90
91
        select S3C_DEV_HSMMC2
91
92
        select S3C_DEV_I2C1
92
93
        select S3C_DEV_I2C2
 
94
        select S5P_DEV_MFC
93
95
        select S3C_DEV_USB_HSOTG
94
96
        select S5P_DEV_ONENAND
95
97
        select SAMSUNG_DEV_KEYPAD
 
98
        select S5P_DEV_TV
96
99
        select S5PV210_SETUP_FB_24BPP
97
100
        select S5PV210_SETUP_I2C1
98
101
        select S5PV210_SETUP_I2C2
99
102
        select S5PV210_SETUP_KEYPAD
100
103
        select S5PV210_SETUP_SDHCI
 
104
        select S5PV210_SETUP_FIMC
101
105
        help
102
106
          Machine support for Samsung GONI board
103
107
          S5PC110(MCP) is one of package option of S5PV210
134
138
        select S3C_DEV_RTC
135
139
        select S3C_DEV_WDT
136
140
        select SAMSUNG_DEV_ADC
 
141
        select SAMSUNG_DEV_BACKLIGHT
137
142
        select SAMSUNG_DEV_IDE
138
143
        select SAMSUNG_DEV_KEYPAD
139
144
        select SAMSUNG_DEV_PWM
167
172
 
168
173
endmenu
169
174
 
170
 
config S5PV210_PM
171
 
        bool
172
 
        help
173
 
          Power Management code common to S5PV210
174
 
 
175
175
endif