diff options
Diffstat (limited to 'board/eukrea/cpuat91/Kconfig')
-rw-r--r-- | board/eukrea/cpuat91/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/eukrea/cpuat91/Kconfig b/board/eukrea/cpuat91/Kconfig new file mode 100644 index 0000000000..ced3748b1b --- /dev/null +++ b/board/eukrea/cpuat91/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CPUAT91 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "cpuat91" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpuat91" + +endif |