diff options
Diffstat (limited to 'board/ids')
-rw-r--r-- | board/ids/ids8247/Kconfig | 15 | ||||
-rw-r--r-- | board/ids/ids8313/Kconfig | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/board/ids/ids8247/Kconfig b/board/ids/ids8247/Kconfig new file mode 100644 index 0000000000..a80af9e8aa --- /dev/null +++ b/board/ids/ids8247/Kconfig @@ -0,0 +1,15 @@ +if TARGET_IDS8247 + +config SYS_BOARD + string + default "ids8247" + +config SYS_VENDOR + string + default "ids" + +config SYS_CONFIG_NAME + string + default "IDS8247" + +endif diff --git a/board/ids/ids8313/Kconfig b/board/ids/ids8313/Kconfig new file mode 100644 index 0000000000..b38877b0ce --- /dev/null +++ b/board/ids/ids8313/Kconfig @@ -0,0 +1,15 @@ +if TARGET_IDS8313 + +config SYS_BOARD + string + default "ids8313" + +config SYS_VENDOR + string + default "ids" + +config SYS_CONFIG_NAME + string + default "ids8313" + +endif |