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