diff options
Diffstat (limited to 'roms/u-boot/board/st/stih410-b2260/Kconfig')
-rw-r--r-- | roms/u-boot/board/st/stih410-b2260/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roms/u-boot/board/st/stih410-b2260/Kconfig b/roms/u-boot/board/st/stih410-b2260/Kconfig new file mode 100644 index 000000000..590add05f --- /dev/null +++ b/roms/u-boot/board/st/stih410-b2260/Kconfig @@ -0,0 +1,19 @@ +if TARGET_STIH410_B2260 + +config SYS_BOARD + string + default "stih410-b2260" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "stih410" + +config SYS_CONFIG_NAME + string + default "stih410-b2260" + +endif |