[PATCH v2 9/9] configs: add new defconfig for mt8395_genio_1200_evk_ufs
David Lechner
dlechner at baylibre.com
Thu Mar 19 22:53:13 CET 2026
On 3/18/26 11:51 AM, Julien Stephan wrote:
> This new defconfig is based on mt8395_genio_1200_evk_defconfig, with
> additional configs for UFS. In order to avoid duplicating defconfig, we
> introduce configs/mt8195.config.
>
...
> diff --git a/configs/mt8395_genio_1200_evk_ufs_defconfig b/configs/mt8395_genio_1200_evk_ufs_defconfig
> new file mode 100644
> index 00000000000..c18d7de4df2
> --- /dev/null
> +++ b/configs/mt8395_genio_1200_evk_ufs_defconfig
> @@ -0,0 +1,13 @@
> +#include <configs/mt8195.config>
> +
> +CONFIG_DEFAULT_DEVICE_TREE="mediatek/mt8395-genio-1200-evk-ufs"
> +CONFIG_IDENT_STRING=" mt8395-genio-1200-evk-ufs"
> +CONFIG_CMD_UFS=y
> +CONFIG_PHY=y
> +CONFIG_DM_PMIC=y
> +CONFIG_DM_PMIC_MTK_PWRAP=y
> +CONFIG_DM_REGULATOR=y
> +CONFIG_DM_REGULATOR_MT6359=y
I thing PMIC and regulator should be in the commmon .config.
It is used by more than just UFS.
> +CONFIG_SCSI=y
> +CONFIG_UFS=y
> +CONFIG_UFS_MEDIATEK=y
>
More information about the U-Boot
mailing list