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