ARM: S5PC100: Use generic DMA PL330 driver
[deliverable/linux.git] / arch / arm / mach-s5p64x0 / Kconfig
CommitLineData
49b7a491
KK
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
8if ARCH_S5P64X0
9
10config CPU_S5P6440
11 bool
49b7a491 12 select S3C_PL330_DMA
9e65bbf2 13 select S5P_HRT
49b7a491
KK
14 help
15 Enable S5P6440 CPU support
16
17config CPU_S5P6450
18 bool
49b7a491 19 select S3C_PL330_DMA
9e65bbf2 20 select S5P_HRT
49b7a491
KK
21 help
22 Enable S5P6450 CPU support
23
24config S5P64X0_SETUP_I2C1
25 bool
26 help
27 Common setup code for i2c bus 1.
28
29# machine support
30
31config MACH_SMDK6440
32 bool "SMDK6440"
33 select CPU_S5P6440
34 select S3C_DEV_I2C1
35 select S3C_DEV_RTC
36 select S3C_DEV_WDT
37 select S3C64XX_DEV_SPI
38 select SAMSUNG_DEV_ADC
499d2969 39 select SAMSUNG_DEV_BACKLIGHT
fec524aa 40 select SAMSUNG_DEV_PWM
49b7a491
KK
41 select SAMSUNG_DEV_TS
42 select S5P64X0_SETUP_I2C1
43 help
44 Machine support for the Samsung SMDK6440
45
46config MACH_SMDK6450
47 bool "SMDK6450"
48 select CPU_S5P6450
49 select S3C_DEV_I2C1
50 select S3C_DEV_RTC
51 select S3C_DEV_WDT
52 select S3C64XX_DEV_SPI
53 select SAMSUNG_DEV_ADC
543601f5 54 select SAMSUNG_DEV_BACKLIGHT
b0fd644f 55 select SAMSUNG_DEV_PWM
49b7a491
KK
56 select SAMSUNG_DEV_TS
57 select S5P64X0_SETUP_I2C1
58 help
59 Machine support for the Samsung SMDK6450
60
61endif
This page took 0.081631 seconds and 5 git commands to generate.