770b72067e3d81c80bbf3a9835bce3070289386e
[deliverable/linux.git] / arch / arm / mach-s3c6400 / Kconfig
1 # arch/arm/mach-s3c6400/Kconfig
2 #
3 # Copyright 2008 Openmoko, Inc.
4 # Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S3C6410 CPU
9
10 config CPU_S3C6400
11 bool
12 select CPU_S3C6400_INIT
13 select CPU_S3C6400_CLOCK
14 help
15 Enable S3C6400 CPU support
16
17 config S3C6400_SETUP_SDHCI
18 bool
19 help
20 Internal configuration for default SDHCI
21 setup for S3C6400.
22
23 # S36400 Macchine support
24
25 config MACH_SMDK6400
26 bool "SMDK6400"
27 select CPU_S3C6400
28 select S3C_DEV_HSMMC
29 select S3C_DEV_NAND
30 select S3C6400_SETUP_SDHCI
31 help
32 Machine support for the Samsung SMDK6400
This page took 0.030338 seconds and 4 git commands to generate.