Create PHYTEC specific i.MX6 SoM config fragment, which is intended to be merged with the default imx_v7_defconfig. This way, one can clearly outline the differences between standard defconfig and changes PHYTEC makes for i.MX6 SoMs in their BSP. Nonetheless, at the same time, this minimizes efforts required to port patches to defconfig with each new PHYTEC BSP release. For now: - disable BLSPEC, - disable IPU driver, - enable of_fixup_status command, - enable of_overlay command, - enable of_display_timings command and - enable OCOTP fuse writing ability. To manually configure PHYTEC i.MX6 board, config merge can be triggered with: $ ./scripts/kconfig/merge_config.sh -m arch/arm/config /imx_v7_defconfig arch/arm/configs/phytec-som-imx6.config && make olddefconfig Signed-off-by: Andrej Picej <andrej.picej@xxxxxxxxx> --- arch/arm/configs/phytec-som-imx6.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/arm/configs/phytec-som-imx6.config diff --git a/arch/arm/configs/phytec-som-imx6.config b/arch/arm/configs/phytec-som-imx6.config new file mode 100644 index 000000000..a7d5bae59 --- /dev/null +++ b/arch/arm/configs/phytec-som-imx6.config @@ -0,0 +1,10 @@ +# CONFIG_BLSPEC is not set +CONFIG_CMD_OF_OVERLAY=y +CONFIG_CMD_OF_DISPLAY_TIMINGS=y +CONFIG_CMD_OF_FIXUP_STATUS=y +# CONFIG_DRIVER_VIDEO_IMX_IPUV3 is not set +# CONFIG_DRIVER_VIDEO_IMX_IPUV3_LVDS is not set +# CONFIG_DRIVER_VIDEO_IMX_IPUV3_HDMI is not set +# CONFIG_DRIVER_VIDEO_SIMPLEFB is not set +# CONFIG_DRIVER_VIDEO_EDID is not set +CONFIG_IMX_OCOTP_WRITE=y -- 2.25.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox