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