summaryrefslogtreecommitdiff
path: root/board/technologic/ts4800/Kconfig
AgeCommit message (Collapse)Author
2021-04-10arm: Remove ts4800 boardTom Rini
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. Cc: Lucile Quirion <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2015-09-02ARM: ts4800: add basic board supportLucile Quirion
This commit adds basic support including: MMC, Serial console, TS4800 watchdog The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second stage bootloader. Signed-off-by: Lucile Quirion <[email protected]> signed-off-by: Damien Riegel <[email protected]> Cc: Stefano Babic <[email protected]>