X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fsparc%2FKconfig;h=2df09b2e50e3e18c5dacb9ce09f32f092c5ac54c;hb=1dfdd9ba4e699562a3b282f4fb5efe4c80e6e8c7;hp=56bdae66d64bd284a12ef5e418228e068c2894cc;hpb=8be29642404375d0a97ebb46e8f0161a85ead122;p=oweals%2Fu-boot.git diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 56bdae66d6..2df09b2e50 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -1,9 +1,6 @@ menu "SPARC architecture" depends on SPARC -config SYS_ARCH - default "sparc" - config LEON bool @@ -44,6 +41,16 @@ config TARGET_GRSIM endchoice +config SYS_ARCH + default "sparc" + +config SYS_CPU + default "leon2" if LEON2 + default "leon3" if LEON3 + +config SYS_VENDOR + default "gaisler" + source "board/gaisler/gr_cpci_ax2000/Kconfig" source "board/gaisler/gr_ep2s60/Kconfig" source "board/gaisler/gr_xc3s_1500/Kconfig"