]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/Kconfig
x86: kconfig: Select OF_CONTROL
[people/ms/u-boot.git] / arch / Kconfig
index beec00a11269e2d5ef736c5d482ebad8e338a395..71dfeb38d56939175ba8493eda05be83236b8f2d 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
@@ -44,6 +40,7 @@ config MIPS
 
 config NDS32
        bool "NDS32 architecture"
+       select SUPPORT_OF_CONTROL
 
 config NIOS2
        bool "Nios II architecture"
@@ -69,10 +66,18 @@ 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"
@@ -82,15 +87,21 @@ config X86
        bool "x86 architecture"
        select CREATE_ARCH_SYMLINK
        select HAVE_PRIVATE_LIBGCC
+       select USE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
+       select OF_CONTROL
        select DM
        select DM_KEYBOARD
        select DM_SERIAL
        select DM_GPIO
+       select PCI
+       select DM_PCI
        select DM_SPI
        select DM_SPI_FLASH
+       select TIMER
+       select X86_TSC_TIMER
+       select USB
        select USB_EHCI_HCD
-       select DM_MMC if MMC
        imply CMD_FPGA_LOADMK
        imply CMD_GETTIME
        imply CMD_IO
@@ -161,7 +172,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"