Many BMIPS processors have the ability to extend kseg0 to 1024MB in order to reclaim large amounts of kernel virtual address space. Signed-off-by: Kevin Cernekee <cernekee@xxxxxxxxx> --- arch/mips/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8b231ba..2983b5f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1990,6 +1990,9 @@ config CPU_HAS_SMARTMIPS config CPU_HAS_WB bool +config XKS01 + bool + # # Vectored interrupt mode is an R2 feature # -- 1.7.6.3