diff options
Diffstat (limited to 'board/armltd/corstone1000/Kconfig')
-rw-r--r-- | board/armltd/corstone1000/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/armltd/corstone1000/Kconfig b/board/armltd/corstone1000/Kconfig new file mode 100644 index 00000000000..709674d4cf7 --- /dev/null +++ b/board/armltd/corstone1000/Kconfig @@ -0,0 +1,12 @@ +if TARGET_CORSTONE1000 + +config SYS_BOARD + default "corstone1000" + +config SYS_VENDOR + default "armltd" + +config SYS_CONFIG_NAME + default "corstone1000" + +endif |