]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/mips/pmc-sierra/Kconfig
[MIPS] time: Move R4000 clockevent device code to separate configurable file
[mirror_ubuntu-eoan-kernel.git] / arch / mips / pmc-sierra / Kconfig
CommitLineData
9267a30d
MSJ
1choice
2 prompt "PMC-Sierra MSP SOC type"
3 depends on PMC_MSP
4
5config PMC_MSP4200_EVAL
6 bool "PMC-Sierra MSP4200 Eval Board"
42f77542 7 select CEVT_R4K
9267a30d
MSJ
8 select IRQ_MSP_SLP
9 select HW_HAS_PCI
10
11config PMC_MSP4200_GW
12 bool "PMC-Sierra MSP4200 VoIP Gateway"
42f77542 13 select CEVT_R4K
9267a30d
MSJ
14 select IRQ_MSP_SLP
15 select HW_HAS_PCI
16
17config PMC_MSP7120_EVAL
18 bool "PMC-Sierra MSP7120 Eval Board"
19 select SYS_SUPPORTS_MULTITHREADING
20 select IRQ_MSP_CIC
21 select HW_HAS_PCI
22
23config PMC_MSP7120_GW
24 bool "PMC-Sierra MSP7120 Residential Gateway"
25 select SYS_SUPPORTS_MULTITHREADING
26 select IRQ_MSP_CIC
27 select HW_HAS_PCI
28
29config PMC_MSP7120_FPGA
30 bool "PMC-Sierra MSP7120 FPGA"
31 select SYS_SUPPORTS_MULTITHREADING
32 select IRQ_MSP_CIC
33 select HW_HAS_PCI
34
35endchoice
36
37menu "Options for PMC-Sierra MSP chipsets"
38 depends on PMC_MSP
39
40config PMC_MSP_EMBEDDED_ROOTFS
41 bool "Root filesystem embedded in kernel image"
42 select MTD
43 select MTD_BLOCK
44 select MTD_PMC_MSP_RAMROOT
45 select MTD_RAM
46
47endmenu
48
5e83d430
RB
49config HYPERTRANSPORT
50 bool "Hypertransport Support for PMC-Sierra Yosemite"
51 depends on PMC_YOSEMITE