repo.or.cz
/
linux-rapidio-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-rapidio-2.6.git]
/
arch
/
arm
/
mach-s5p6442
/
Kconfig
blob
0fda0a5df9684c679e82d3298c377b99b147d8be
1
# arch/arm/mach-s5p6442/Kconfig
2
#
3
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
4
# http://www.samsung.com/
5
#
6
# Licensed under GPLv2
7
8
# Configuration options for the S5P6442
9
10
if ARCH_S5P6442
11
12
config CPU_S5P6442
13
bool
14
select PLAT_S5P
15
select S3C_PL330_DMA
16
help
17
Enable S5P6442 CPU support
18
19
config MACH_SMDK6442
20
bool "SMDK6442"
21
select CPU_S5P6442
22
select S3C_DEV_WDT
23
help
24
Machine support for Samsung SMDK6442
25
26
endif