diff options
Diffstat (limited to 'board/ti/omap5_uevm/Kconfig')
-rw-r--r-- | board/ti/omap5_uevm/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/ti/omap5_uevm/Kconfig b/board/ti/omap5_uevm/Kconfig new file mode 100644 index 0000000..7c7d5dc --- /dev/null +++ b/board/ti/omap5_uevm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP5_UEVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "omap5_uevm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "omap5_uevm" + +endif |