diff options
Diffstat (limited to 'board/amcc/sequoia/Kconfig')
-rw-r--r-- | board/amcc/sequoia/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/amcc/sequoia/Kconfig b/board/amcc/sequoia/Kconfig new file mode 100644 index 0000000000..ddcaced7ae --- /dev/null +++ b/board/amcc/sequoia/Kconfig @@ -0,0 +1,15 @@ +if TARGET_SEQUOIA + +config SYS_BOARD + string + default "sequoia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "sequoia" + +endif |