2008-10-21 20:06:39 +07:00
|
|
|
# Copyright 2008 Openmoko, Inc.
|
|
|
|
# Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
2009-03-25 00:25:40 +07:00
|
|
|
# Configuration options for the S3C6410 CPU
|
2009-03-24 23:09:06 +07:00
|
|
|
|
2009-03-25 00:25:40 +07:00
|
|
|
config CPU_S3C6400
|
|
|
|
bool
|
|
|
|
select CPU_S3C6400_INIT
|
|
|
|
select CPU_S3C6400_CLOCK
|
|
|
|
help
|
|
|
|
Enable S3C6400 CPU support
|
|
|
|
|
2009-03-25 18:01:24 +07:00
|
|
|
config S3C6400_SETUP_SDHCI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Internal configuration for default SDHCI
|
|
|
|
setup for S3C6400.
|
|
|
|
|
2009-03-25 00:25:40 +07:00
|
|
|
# S36400 Macchine support
|
2009-03-24 23:09:06 +07:00
|
|
|
|
|
|
|
config MACH_SMDK6400
|
|
|
|
bool "SMDK6400"
|
2009-03-25 00:25:40 +07:00
|
|
|
select CPU_S3C6400
|
2009-03-24 23:09:06 +07:00
|
|
|
select S3C_DEV_HSMMC
|
2009-09-17 06:01:54 +07:00
|
|
|
select S3C_DEV_NAND
|
2009-03-25 18:01:24 +07:00
|
|
|
select S3C6400_SETUP_SDHCI
|
2009-03-24 23:09:06 +07:00
|
|
|
help
|
|
|
|
Machine support for the Samsung SMDK6400
|