X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fsparc%2FKconfig;h=1d1347b167539d9c8fa90422d5a9e080a7340028;hb=eab314f5909dba208d4cb7dc5aac6ee707d5d171;hp=2df09b2e50e3e18c5dacb9ce09f32f092c5ac54c;hpb=2db8c2d61a05bb4a94bb341329c6de811757c111;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"