arm64: mvebu: Trigger PCI devices scan at early init stage
[oweals/u-boot.git] / arch / Kconfig
index 76c690f6675e78eae2dfa07717d1009db6e3ec7f..160accdbcb0f89ba1251c9c774285f2672b23be7 100644 (file)
@@ -13,6 +13,9 @@ config ARC
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
        select ARCH_EARLY_INIT_R
+       select CLK
+       select TIMER
+       select ARC_TIMER
 
 config ARM
        bool "ARM architecture"
@@ -24,10 +27,6 @@ config AVR32
        bool "AVR32 architecture"
        select CREATE_ARCH_SYMLINK
 
-config BLACKFIN
-       bool "Blackfin architecture"
-       select ARCH_MISC_INIT
-
 config M68K
        bool "M68000 architecture"
        select HAVE_PRIVATE_LIBGCC
@@ -52,9 +51,6 @@ config NIOS2
        select DM
        select CPU
 
-config OPENRISC
-       bool "OpenRISC architecture"
-
 config PPC
        bool "PowerPC architecture"
        select HAVE_PRIVATE_LIBGCC
@@ -77,10 +73,6 @@ config SH
        bool "SuperH architecture"
        select HAVE_PRIVATE_LIBGCC
 
-config SPARC
-       bool "SPARC architecture"
-       select CREATE_ARCH_SYMLINK
-
 config X86
        bool "x86 architecture"
        select CREATE_ARCH_SYMLINK
@@ -159,16 +151,13 @@ config SYS_CONFIG_NAME
 source "arch/arc/Kconfig"
 source "arch/arm/Kconfig"
 source "arch/avr32/Kconfig"
-source "arch/blackfin/Kconfig"
 source "arch/m68k/Kconfig"
 source "arch/microblaze/Kconfig"
 source "arch/mips/Kconfig"
 source "arch/nds32/Kconfig"
 source "arch/nios2/Kconfig"
-source "arch/openrisc/Kconfig"
 source "arch/powerpc/Kconfig"
 source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
-source "arch/sparc/Kconfig"
 source "arch/x86/Kconfig"
 source "arch/xtensa/Kconfig"