u-boot-brain/board/grinn/liteboard/Kconfig
Marcin Niestroj c9e40e65e1 board/liteboard: Add support for liteBoard
liteBoard is a development board which uses liteSOM as its base.

Hardware specification:
 * liteSOM (i.MX6UL, DRAM, eMMC)
 * Ethernet PHY (id 0)
 * USB host (usb_otg1)
 * MicroSD slot (uSDHC1)

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2016-12-16 10:31:13 +01:00

13 lines
147 B
Plaintext

if TARGET_LITEBOARD
config SYS_BOARD
default "liteboard"
config SYS_VENDOR
default "grinn"
config SYS_CONFIG_NAME
default "liteboard"
endif