]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-imx/mx5/Kconfig
mx53: Add Board support for GE PPD
[people/ms/u-boot.git] / arch / arm / mach-imx / mx5 / Kconfig
index ef37c351d04631f9007e64d06b99b2695ff06aa0..250194b6231c5f33cf852b05233695eea5de8d0c 100644 (file)
@@ -6,6 +6,7 @@ config MX5
 
 config MX51
        bool
+       select SYS_FSL_ERRATUM_ESDHC_A001
 
 config MX53
        bool
@@ -45,6 +46,12 @@ config TARGET_MX53LOCO
        select BOARD_LATE_INIT
        select MX53
 
+config TARGET_MX53PPD
+       bool "Support mx53ppd"
+       select MX53
+       help
+         Enable support for the GE Healthcare PPD.
+
 config TARGET_MX53SMD
        bool "Support mx53smd"
        select MX53
@@ -52,7 +59,6 @@ config TARGET_MX53SMD
 config TARGET_TS4800
        bool "Support TS4800"
        select MX51
-       select SYS_FSL_ERRATUM_ESDHC_A001
 
 config TARGET_USBARMORY
        bool "Support USB armory"
@@ -70,6 +76,7 @@ source "board/freescale/mx53ard/Kconfig"
 source "board/freescale/mx53evk/Kconfig"
 source "board/freescale/mx53loco/Kconfig"
 source "board/freescale/mx53smd/Kconfig"
+source "board/ge/mx53ppd/Kconfig"
 source "board/inversepath/usbarmory/Kconfig"
 source "board/technologic/ts4800/Kconfig"