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