SMDKC100: add I2C0 and I2C1 buses support
[deliverable/linux.git] / arch / arm / mach-s5pc100 / Kconfig
1 # arch/arm/mach-s5pc100/Kconfig
2 #
3 # Copyright 2009 Samsung Electronics Co.
4 # Byungho Min <bhmin@samsung.com>
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PC100 CPU
9
10 config CPU_S5PC100
11 bool
12 select CPU_S5PC100_INIT
13 select CPU_S5PC100_CLOCK
14 help
15 Enable S5PC100 CPU support
16
17 config MACH_SMDKC100
18 bool "SMDKC100"
19 select CPU_S5PC100
20 select S3C_DEV_FB
21 select S3C_DEV_I2C1
22 select S5PC1XX_SETUP_I2C0
23 select S5PC1XX_SETUP_I2C1
24 select S5PC1XX_SETUP_FB_24BPP
25 help
26 Machine support for the Samsung SMDKC100
This page took 0.094555 seconds and 6 git commands to generate.