diff options
Diffstat (limited to 'board/logicpd/omap3som/Kconfig')
-rw-r--r-- | board/logicpd/omap3som/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/logicpd/omap3som/Kconfig b/board/logicpd/omap3som/Kconfig new file mode 100644 index 0000000000..daaefa6d86 --- /dev/null +++ b/board/logicpd/omap3som/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP3_LOGIC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "omap3som" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_logic" + +endif |