diff options
Diffstat (limited to 'board/phytec/phycore_imx93/Kconfig')
-rw-r--r-- | board/phytec/phycore_imx93/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx93/Kconfig b/board/phytec/phycore_imx93/Kconfig new file mode 100644 index 00000000000..a70104cb798 --- /dev/null +++ b/board/phytec/phycore_imx93/Kconfig @@ -0,0 +1,13 @@ + +if TARGET_PHYCORE_IMX93 + +config SYS_BOARD + default "phycore_imx93" + +config SYS_VENDOR + default "phytec" + +config SYS_CONFIG_NAME + default "phycore_imx93" + +endif |