mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
4ef58d4e2a
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits) tree-wide: fix misspelling of "definition" in comments reiserfs: fix misspelling of "journaled" doc: Fix a typo in slub.txt. inotify: remove superfluous return code check hdlc: spelling fix in find_pvc() comment doc: fix regulator docs cut-and-pasteism mtd: Fix comment in Kconfig doc: Fix IRQ chip docs tree-wide: fix assorted typos all over the place drivers/ata/libata-sff.c: comment spelling fixes fix typos/grammos in Documentation/edac.txt sysctl: add missing comments fs/debugfs/inode.c: fix comment typos sgivwfb: Make use of ARRAY_SIZE. sky2: fix sky2_link_down copy/paste comment error tree-wide: fix typos "couter" -> "counter" tree-wide: fix typos "offest" -> "offset" fix kerneldoc for set_irq_msi() spidev: fix double "of of" in comment comment typo fix: sybsystem -> subsystem ...
35 lines
750 B
Plaintext
35 lines
750 B
Plaintext
# Copyright 2009 Samsung Electronics Co.
|
|
# Byungho Min <bhmin@samsung.com>
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
# Configuration options for the S5PC100 CPU
|
|
|
|
config CPU_S5PC100
|
|
bool
|
|
select CPU_S5PC100_INIT
|
|
select CPU_S5PC100_CLOCK
|
|
help
|
|
Enable S5PC100 CPU support
|
|
|
|
config S5PC100_SETUP_SDHCI
|
|
bool
|
|
select S5PC1XX_SETUP_SDHCI_GPIO
|
|
help
|
|
Internal helper functions for S5PC100 based SDHCI systems
|
|
|
|
config MACH_SMDKC100
|
|
bool "SMDKC100"
|
|
select CPU_S5PC100
|
|
select S3C_DEV_FB
|
|
select S3C_DEV_I2C1
|
|
select S3C_DEV_HSMMC
|
|
select S3C_DEV_HSMMC1
|
|
select S3C_DEV_HSMMC2
|
|
select S5PC1XX_SETUP_I2C0
|
|
select S5PC1XX_SETUP_I2C1
|
|
select S5PC1XX_SETUP_FB_24BPP
|
|
select S5PC100_SETUP_SDHCI
|
|
help
|
|
Machine support for the Samsung SMDKC100
|