]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/Kconfig
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
[people/ms/u-boot.git] / arch / Kconfig
index 76c690f6675e78eae2dfa07717d1009db6e3ec7f..d8e3263f83d78a04ca5c48f1d7815164b0845c2b 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"
@@ -20,14 +23,6 @@ config ARM
        select HAVE_PRIVATE_LIBGCC if !ARM64
        select SUPPORT_OF_CONTROL
 
-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
@@ -35,6 +30,7 @@ config M68K
 config MICROBLAZE
        bool "MicroBlaze architecture"
        select SUPPORT_OF_CONTROL
+       imply CMD_IRQ
 
 config MIPS
        bool "MIPS architecture"
@@ -44,6 +40,7 @@ config MIPS
 
 config NDS32
        bool "NDS32 architecture"
+       select SUPPORT_OF_CONTROL
 
 config NIOS2
        bool "Nios II architecture"
@@ -52,9 +49,6 @@ config NIOS2
        select DM
        select CPU
 
-config OPENRISC
-       bool "OpenRISC architecture"
-
 config PPC
        bool "PowerPC architecture"
        select HAVE_PRIVATE_LIBGCC
@@ -72,15 +66,23 @@ config SANDBOX
        select DM_SPI
        select DM_GPIO
        select DM_MMC
+       select LZO
+       imply CMD_GETTIME
+       imply CMD_HASH
+       imply CMD_IO
+       imply CMD_IOTRACE
+       imply CMD_LZMADEC
+       imply CRC32_VERIFY
+       imply FAT_WRITE
+       imply HASH_VERIFY
+       imply LZMA
+       imply SCSI
+       imply CMD_SATA
 
 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
@@ -92,6 +94,11 @@ config X86
        select DM_GPIO
        select DM_SPI
        select DM_SPI_FLASH
+       select USB_EHCI_HCD
+       imply CMD_FPGA_LOADMK
+       imply CMD_GETTIME
+       imply CMD_IO
+       imply CMD_IRQ
 
 config XTENSA
        bool "Xtensa architecture"
@@ -158,17 +165,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"