diff options
Diffstat (limited to 'arch/arm/mach-imx/imx8m/Kconfig')
| -rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 16 | 
1 files changed, 15 insertions, 1 deletions
| diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 8615dc3bec9..c455f7b5eb2 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -43,7 +43,7 @@ config TARGET_IMX8MM_EVK  	select SUPPORT_SPL  	select IMX8M_LPDDR4 -config TARGET_IMX8MN_EVK +config TARGET_IMX8MN_DDR4_EVK  	bool "imx8mn DDR4 EVK board"  	select IMX8MN  	select SUPPORT_SPL @@ -72,11 +72,23 @@ config TARGET_IMX8MM_BEACON  	select SUPPORT_SPL  	select IMX8M_LPDDR4 +config TARGET_IMX8MN_BEACON +	bool "imx8mn Beacon Embedded devkit" +	select IMX8MN +	select SUPPORT_SPL +	select IMX8M_LPDDR4 +  config TARGET_PHYCORE_IMX8MM  	bool "PHYTEC PHYCORE i.MX8MM"  	select IMX8MM          select SUPPORT_SPL  	select IMX8M_LPDDR4 + +config TARGET_PHYCORE_IMX8MP +	bool "PHYTEC PHYCORE i.MX8MP" +	select IMX8MP +        select SUPPORT_SPL +	select IMX8M_LPDDR4  endchoice  source "board/freescale/imx8mq_evk/Kconfig" @@ -87,6 +99,8 @@ source "board/google/imx8mq_phanbell/Kconfig"  source "board/technexion/pico-imx8mq/Kconfig"  source "board/toradex/verdin-imx8mm/Kconfig"  source "board/beacon/imx8mm/Kconfig" +source "board/beacon/imx8mn/Kconfig"  source "board/phytec/phycore_imx8mm/Kconfig" +source "board/phytec/phycore_imx8mp/Kconfig"  endif | 
