ARM: S5P: Update defconfig for HRT support
[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 S3C_PL330_DMA
13 select S5P_HRT
14 help
15 Enable S5P6440 CPU support
16
17 config CPU_S5P6450
18 bool
19 select S3C_PL330_DMA
20 select S5P_HRT
21 help
22 Enable S5P6450 CPU support
23
24 config S5P64X0_SETUP_I2C1
25 bool
26 help
27 Common setup code for i2c bus 1.
28
29 # machine support
30
31 config 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
39 select SAMSUNG_DEV_PWM
40 select SAMSUNG_DEV_TS
41 select S5P64X0_SETUP_I2C1
42 help
43 Machine support for the Samsung SMDK6440
44
45 config MACH_SMDK6450
46 bool "SMDK6450"
47 select CPU_S5P6450
48 select S3C_DEV_I2C1
49 select S3C_DEV_RTC
50 select S3C_DEV_WDT
51 select S3C64XX_DEV_SPI
52 select SAMSUNG_DEV_ADC
53 select SAMSUNG_DEV_PWM
54 select SAMSUNG_DEV_TS
55 select S5P64X0_SETUP_I2C1
56 help
57 Machine support for the Samsung SMDK6450
58
59 endif
This page took 0.057897 seconds and 5 git commands to generate.