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