avr32: Retire AVR32 for good
[oweals/u-boot.git] / arch / Kconfig
index 02e887ac86cfdacc5131c60a066ce0a4aa56f59e..fe1b991041577ee0aef35fdde1b636149f3b2961 100644 (file)
@@ -23,10 +23,6 @@ config ARM
        select HAVE_PRIVATE_LIBGCC if !ARM64
        select SUPPORT_OF_CONTROL
 
-config AVR32
-       bool "AVR32 architecture"
-       select CREATE_ARCH_SYMLINK
-
 config M68K
        bool "M68000 architecture"
        select HAVE_PRIVATE_LIBGCC
@@ -74,8 +70,11 @@ config SANDBOX
        imply CMD_HASH
        imply CMD_IO
        imply CMD_IOTRACE
-       imply LZMA
        imply CMD_LZMADEC
+       imply CRC32_VERIFY
+       imply FAT_WRITE
+       imply HASH_VERIFY
+       imply LZMA
 
 config SH
        bool "SuperH architecture"
@@ -93,7 +92,6 @@ config X86
        select DM_SPI
        select DM_SPI_FLASH
        select USB_EHCI_HCD
-       select DM_MMC if MMC
        imply CMD_FPGA_LOADMK
        imply CMD_GETTIME
        imply CMD_IO
@@ -164,7 +162,6 @@ config SYS_CONFIG_NAME
 
 source "arch/arc/Kconfig"
 source "arch/arm/Kconfig"
-source "arch/avr32/Kconfig"
 source "arch/m68k/Kconfig"
 source "arch/microblaze/Kconfig"
 source "arch/mips/Kconfig"