projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block
[linux-2.6]
/
arch
/
arm
/
mach-msm
/
Kconfig
1
if ARCH_MSM7X00A
2
3
comment "MSM7X00A Board Type"
4
depends on ARCH_MSM7X00A
5
6
config MACH_HALIBUT
7
depends on ARCH_MSM7X00A
8
default y
9
bool "Halibut Board (QCT SURF7200A)"
10
help
11
Support for the Qualcomm SURF7200A eval board.
12
13
config MSM7X00A_IDLE
14
depends on ARCH_MSM7X00A
15
default y
16
bool "Idle Support for MSM7X00A"
17
18
endif