]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/Kconfig
i2c: rcar_i2c: Add DM and DT capable I2C driver
[u-boot] / arch / arm / mach-at91 / Kconfig
index 3621dfa7609d3e0ad5c65fc22839429d5f58ad3d..79c84a5d7b9a13897b2d937cc6654cdd7629b195 100644 (file)
@@ -45,15 +45,15 @@ config AT91SAM9X5
 
 config SAMA5D2
        bool
-       select CPU_V7
+       select CPU_V7A
 
 config SAMA5D3
        bool
-       select CPU_V7
+       select CPU_V7A
 
 config SAMA5D4
        bool
-       select CPU_V7
+       select CPU_V7A
 
 choice
        prompt "Atmel AT91 board select"
@@ -88,6 +88,7 @@ config TARGET_GURNARD
        select DM_SPI
        select DM_GPIO
        select DM_ETH
+       select SPI
 
 config TARGET_AT91SAM9261EK
        bool "Atmel at91sam9261 reference board"
@@ -158,7 +159,7 @@ config TARGET_SAMA5D2_XPLAINED
 
 config TARGET_SAMA5D27_SOM1_EK
        bool "SAMA5D27 SOM1 EK board"
-       select CPU_V7
+       select CPU_V7A
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
        select BOARD_LATE_INIT
@@ -202,6 +203,7 @@ config TARGET_MA5D4EVK
        select SUPPORT_SPL
        select DM
        select DM_SPI
+       select SPI
 
 config TARGET_MEESC
        bool "Support meesc"
@@ -225,6 +227,7 @@ config TARGET_TAURUS
        select DM_SPI
        select DM_GPIO
        select DM_ETH
+       select SPI
 
 config TARGET_SMARTWEB
        bool "Support smartweb"
@@ -241,6 +244,7 @@ config TARGET_VINCO
        select SUPPORT_SPL
        select DM
        select DM_SPI
+       select SPI
 
 config TARGET_WB45N
        bool "Support Laird WB45N"
@@ -250,7 +254,7 @@ config TARGET_WB45N
 config TARGET_WB50N
        bool "Support Laird WB50N"
        select BOARD_LATE_INIT
-       select CPU_V7
+       select CPU_V7A
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
 
@@ -293,6 +297,6 @@ source "board/laird/wb50n/Kconfig"
 
 config SPL_LDSCRIPT
        default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
-       default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7
+       default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A
 
 endif