diff options
Diffstat (limited to 'board/ivm/Kconfig')
-rw-r--r-- | board/ivm/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/ivm/Kconfig b/board/ivm/Kconfig new file mode 100644 index 00000000000..ab3da79fbf6 --- /dev/null +++ b/board/ivm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IVML24 + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVML24" + +endif + +if TARGET_IVMS8 + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVMS8" + +endif |