aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig7
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
671config GENERIC_CLOCKEVENTS
672 bool
673 default y
674
670config GENERIC_TIME 675config GENERIC_TIME
671 bool 676 bool
672 default y 677 default y
@@ -901,6 +906,8 @@ config BOOT_ELF64
901 906
902menu "CPU selection" 907menu "CPU selection"
903 908
909source "kernel/time/Kconfig"
910
904choice 911choice
905 prompt "CPU type" 912 prompt "CPU type"
906 default CPU_R4X00 913 default CPU_R4X00