repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 3.15-rc1
[linux/fpc-iii.git]
/
arch
/
mips
/
loongson1
/
Kconfig
blob
fbf75f635798cd99c628e3259df40a52f4293446
1
if MACH_LOONGSON1
2
3
choice
4
prompt "Machine Type"
5
6
config LOONGSON1_LS1B
7
bool "Loongson LS1B board"
8
select CEVT_R4K
9
select CSRC_R4K
10
select SYS_HAS_CPU_LOONGSON1B
11
select DMA_NONCOHERENT
12
select BOOT_ELF32
13
select IRQ_CPU
14
select SYS_SUPPORTS_32BIT_KERNEL
15
select SYS_SUPPORTS_LITTLE_ENDIAN
16
select SYS_SUPPORTS_HIGHMEM
17
select SYS_HAS_EARLY_PRINTK
18
select COMMON_CLK
19
20
endchoice
21
22
endif # MACH_LOONGSON1