[ARM] S3C: Add header for initial i2c device core setup.
[deliverable/linux.git] / arch / arm / mach-s3c6410 / Kconfig
CommitLineData
a08ab637
BD
1# arch/arm/mach-s3c6410/Kconfig
2#
3# Copyright 2008 Openmoko, Inc.
4# Copyright 2008 Simtec Electronics
5#
6# Licensed under GPLv2
7
8# Configuration options for the S3C6410 CPU
d626aeed
BD
9
10config CPU_S3C6410
11 bool
aa64ea3f 12 select CPU_S3C6400_INIT
cf18acf0 13 select CPU_S3C6400_CLOCK
d626aeed
BD
14 help
15 Enable S3C6410 CPU support
16
5cc7fd88
BD
17config S3C6410_SETUP_SDHCI
18 bool
19 help
20 Internal helper functions for S3C6410 based SDHCI systems
21
5718df9d
BD
22config MACH_SMDK6410
23 bool "SMDK6410"
24 select CPU_S3C6410
5b323c7b 25 select S3C_DEV_HSMMC
d7ea3743 26 select S3C_DEV_I2C1
5cc7fd88 27 select S3C6410_SETUP_SDHCI
d7ea3743 28 select S3C64XX_SETUP_I2C1
5718df9d
BD
29 help
30 Machine support for the Samsung SMDK6410
This page took 0.026562 seconds and 5 git commands to generate.