u-boot-brain/board/grinn/chiliboard/Kconfig
Marcin Niestroj ab38bf6a39 board/chiliboard: Add support for chiliBoard
chiliBoard is a development board which uses chiliSOM as its base.

Hardware specification:
 * chiliSOM (TI AM335x, DRAM, NAND)
 * Ethernet PHY (id 0)
 * USB host (usb1)
 * MicroSD slot (mmc0)

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-01-28 14:04:37 -05:00

16 lines
184 B
Plaintext

if TARGET_CHILIBOARD
config SYS_BOARD
default "chiliboard"
config SYS_VENDOR
default "grinn"
config SYS_CONFIG_NAME
default "chiliboard"
config SYS_SOC
default "am33xx"
endif