1if ARCH_STI 2 3config SYS_SOC 4 default "stih410" 5 6choice 7 prompt "STiH410 board select" 8 9config TARGET_STIH410_B2260 10 bool "96Boards STiH410-B2260" 11 help 12 Support for 96Board STiH410-B2260 based on STMicrolectronics 13 STiH410 soc. This board complies with 96Board Open Platform 14 Specifications. Features: 15 - 1GB DDR 16 - On-Board USB combo WiFi/Bluetooth RTL8723BU 17 with PCB soldered antenna 18 - Ethernet 1000-BaseT 19 - Sata 20 - HDMI 21 - 2 x USB2 type A 22 - micro USB2 type AB 23 - SD card slot 24 - High speed connector (SD/I2C/USB interfaces) 25 - Low speed connector (UART/I2C/GPIO/SPI/PCM interfaces) 26 27endchoice 28 29source "board/st/stih410-b2260/Kconfig" 30 31endif 32