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