diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:09 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:09 -0400 |
| commit | 7bcf7717b6a047c272410d0cd00213185fe6b99d (patch) | |
| tree | 81c5d6bbc2130815713e22bb5408ea80b6e1c499 /arch/mips/Kconfig | |
| parent | 91a2fcc88634663e9e13dcdfad0e4a860e64aeee (diff) | |
[MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
| -rw-r--r-- | arch/mips/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 0cd0f835b13d..ecce3aab1981 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -335,6 +335,7 @@ config QEMU | |||
| 335 | select GENERIC_ISA_DMA | 335 | select GENERIC_ISA_DMA |
| 336 | select HAVE_STD_PC_SERIAL_PORT | 336 | select HAVE_STD_PC_SERIAL_PORT |
| 337 | select I8259 | 337 | select I8259 |
| 338 | select IRQ_CPU | ||
| 338 | select ISA | 339 | select ISA |
| 339 | select PCSPEAKER | 340 | select PCSPEAKER |
| 340 | select SWAP_IO_SPACE | 341 | select SWAP_IO_SPACE |
| @@ -667,6 +668,10 @@ config GENERIC_CALIBRATE_DELAY | |||
| 667 | bool | 668 | bool |
| 668 | default y | 669 | default y |
| 669 | 670 | ||
| 671 | config GENERIC_CLOCKEVENTS | ||
| 672 | bool | ||
| 673 | default y | ||
| 674 | |||
| 670 | config GENERIC_TIME | 675 | config GENERIC_TIME |
| 671 | bool | 676 | bool |
| 672 | default y | 677 | default y |
| @@ -901,6 +906,8 @@ config BOOT_ELF64 | |||
| 901 | 906 | ||
| 902 | menu "CPU selection" | 907 | menu "CPU selection" |
| 903 | 908 | ||
| 909 | source "kernel/time/Kconfig" | ||
| 910 | |||
| 904 | choice | 911 | choice |
| 905 | prompt "CPU type" | 912 | prompt "CPU type" |
| 906 | default CPU_R4X00 | 913 | default CPU_R4X00 |
