aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx5/Kconfig
diff options
context:
space:
mode:
authorTom Rini2018-05-18 07:11:11 -0400
committerTom Rini2018-05-18 07:11:11 -0400
commit5f78786499593592bbd435445bd2d667de90fc5b (patch)
tree4c12eb1ccd7f9b89a6357d9ad77ba7f363089fe7 /arch/arm/mach-imx/mx5/Kconfig
parent233719cc40b5a00f37949d4173c190edcb4491a1 (diff)
parentee943655576f4a9e0af832e00a682a8d9f425bb1 (diff)
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'arch/arm/mach-imx/mx5/Kconfig')
-rw-r--r--arch/arm/mach-imx/mx5/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig
index 3ce6bcfc889..06322b2aaac 100644
--- a/arch/arm/mach-imx/mx5/Kconfig
+++ b/arch/arm/mach-imx/mx5/Kconfig
@@ -16,6 +16,17 @@ choice
prompt "MX5 board select"
optional
+config TARGET_KP_IMX53
+ bool "Support K+P imx53 board"
+ select BOARD_LATE_INIT
+ select MX53
+ select DM
+ select DM_SERIAL
+ select DM_ETH
+ select DM_I2C
+ select DM_GPIO
+ select DM_PMIC
+
config TARGET_M53EVK
bool "Support m53evk"
select MX53
@@ -79,6 +90,7 @@ source "board/freescale/mx53loco/Kconfig"
source "board/freescale/mx53smd/Kconfig"
source "board/ge/mx53ppd/Kconfig"
source "board/inversepath/usbarmory/Kconfig"
+source "board/k+p/kp_imx53/Kconfig"
source "board/technologic/ts4800/Kconfig"
endif