Skip to content
Snippets Groups Projects
Commit dde8c15b authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Stefano Babic
Browse files

colibri_vf: Add separate defconfig for device tree support


Most of the drivers available for Vybrid are not yet converted
to OF model to use device tree model, only few drivers
like SPI and GPIO drivers use device trees.
Add separate defconfig for who needs to use device tree model.
Later this can be integrated to single defconfig.

Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
parent 98e3fd3d
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,7 @@ S: Maintained ...@@ -4,3 +4,7 @@ S: Maintained
F: board/toradex/colibri_vf/ F: board/toradex/colibri_vf/
F: include/configs/colibri_vf.h F: include/configs/colibri_vf.h
F: configs/colibri_vf_defconfig F: configs/colibri_vf_defconfig
F: configs/colibri_vf_dtb_defconfig
F: arch/arm/dts/vf-colibri.dtsi
F: arch/arm/dts/vf500-colibri.dts
F: arch/arm/dts/vf610-colibri.dts
CONFIG_ARM=y
CONFIG_TARGET_COLIBRI_VF=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/colibri_vf/imximage.cfg,ENV_IS_IN_NAND,IMX_NAND"
CONFIG_NAND_VF610_NFC=y
CONFIG_SYS_NAND_VF610_NFC_60_ECC_BYTES=y
CONFIG_DM=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="vf610-colibri"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment