]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/Kconfig
Blackfin: Remove
[people/ms/u-boot.git] / arch / Kconfig
index ffc7b45379401da5e9f339fd82ad14f85d392c36..5ee6b4a636dfa5d9f223823f9b055bc71f9b43ed 100644 (file)
@@ -12,6 +12,10 @@ config ARC
        bool "ARC architecture"
        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"
@@ -23,9 +27,6 @@ config AVR32
        bool "AVR32 architecture"
        select CREATE_ARCH_SYMLINK
 
-config BLACKFIN
-       bool "Blackfin architecture"
-
 config M68K
        bool "M68000 architecture"
        select HAVE_PRIVATE_LIBGCC
@@ -60,6 +61,7 @@ config PPC
 
 config SANDBOX
        bool "Sandbox"
+       select BOARD_LATE_INIT
        select SUPPORT_OF_CONTROL
        select DM
        select DM_KEYBOARD
@@ -156,7 +158,6 @@ 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"