diff options
Diffstat (limited to 'board/atmark-techno')
-rw-r--r-- | board/atmark-techno/armadillo-800eva/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/atmark-techno/armadillo-800eva/Kconfig b/board/atmark-techno/armadillo-800eva/Kconfig new file mode 100644 index 0000000..c8f89fe --- /dev/null +++ b/board/atmark-techno/armadillo-800eva/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ARMADILLO_800EVA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "armadillo-800eva" + +config SYS_VENDOR + string + default "atmark-techno" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "armadillo-800eva" + +endif |