summaryrefslogtreecommitdiff
path: root/board/st/stih410-b2260/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-02-21 12:37:12 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-15 00:40:21 (GMT)
commit5cc16d886ee1ec9841a9ec76365d7b841495c075 (patch)
tree043bf6293f080e4399ee0a3cd6789fb5791a5593 /board/st/stih410-b2260/Kconfig
parent51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e (diff)
downloadu-boot-fsl-qoriq-5cc16d886ee1ec9841a9ec76365d7b841495c075.tar.xz
board: Add STMicroelectronics STiH410-B2260 support
This is a 96Board compliant board based on STiH410 SoC: - 1GB DDR - On-Board USB combo WiFi/Bluetooth RTL8723BU with PCB soldered antenna - Ethernet 1000-BaseT - SATA - HDMI - 2 x USB2.0 type A - 1 x USB2.0 type micro-AB - SD card slot - High speed connector (SD/I2C/USB interfaces) - Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces) Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/st/stih410-b2260/Kconfig')
-rw-r--r--board/st/stih410-b2260/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/st/stih410-b2260/Kconfig b/board/st/stih410-b2260/Kconfig
new file mode 100644
index 0000000..590add0
--- /dev/null
+++ b/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