X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fsparc%2FKconfig;h=1d1347b167539d9c8fa90422d5a9e080a7340028;hb=d473f0c621513d3f1c42888c113b68f65b7e81cf;hp=2df09b2e50e3e18c5dacb9ce09f32f092c5ac54c;hpb=6393c43c18a1aadcdcdd8551826eef15f50353d5;p=u-boot diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 2df09b2e50..1d1347b167 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -12,8 +12,18 @@ config LEON3 bool select LEON +config SYS_SPARC_NWINDOWS + int "Number of SPARC register windows" + range 2 32 + default "8" + help + Specify the number of SPARC register windows implemented by this + processor. A SPARC implementation can have from 2 to 32 windows. + If unsure, choose 8. + choice prompt "Board select" + optional config TARGET_GRSIM_LEON2 bool "GRSIM simulating a LEON2 board"