ALSA: hda - MacBookAir3,1(3,2) alsa support
[pandora-kernel.git] / arch / arm / mach-s5p6440 / Kconfig
1 # arch/arm/mach-s5p6440/Kconfig
2 #
3 # Copyright (c) 2009 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 if ARCH_S5P6440
9
10 config CPU_S5P6440
11         bool
12         select S3C_PL330_DMA
13         help
14           Enable S5P6440 CPU support
15
16 config S5P6440_SETUP_I2C1
17         bool
18         help
19           Common setup code for i2c bus 1.
20
21 config MACH_SMDK6440
22         bool "SMDK6440"
23         select CPU_S5P6440
24         select S3C_DEV_I2C1
25         select S3C_DEV_RTC
26         select S3C_DEV_WDT
27         select SAMSUNG_DEV_ADC
28         select SAMSUNG_DEV_TS
29         select S5P6440_SETUP_I2C1
30         help
31           Machine support for the Samsung SMDK6440
32
33 endif