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