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