summaryrefslogtreecommitdiff
path: root/board/tbs/tbs2910/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2018-02-04board: tbs2910: add private imx configSoeren Moch1-1/+1
Add board specific imx config file with recommended IPU Qos settings and adapted DDR configuration. Signed-off-by: Soeren Moch <smoch@web.de>
2015-09-02tbs2910: remove SYS_SOC from board specific KconfigSoeren Moch1-3/+0
SYS_SOC is already defined in arch/arm/cpu/armv7/mx6/Kconfig, no need to define it again Signed-off-by: Soeren Moch <smoch@web.de>
2015-09-02tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONSSoeren Moch1-0/+6
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig Signed-off-by: Soeren Moch <smoch@web.de>
2014-12-01tbs2910: fix KconfigSoeren Moch1-8/+0
fix Kconfig for tbs2910 board to prevent crash on relocation Signed-off-by: Soeren Moch <smoch@web.de>
2014-11-13arm: mx6: add support for TBS2910 Matrix ARM miniPCSoeren Moch1-0/+23
Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch <smoch@web.de>