u-boot-brain/board/cei/cei-tk1-som/Kconfig
Peter Chubb b615267633 ARM: tegra: Add support for TK1-SOM board from Colorado Engineering
The Colorado TK1 SOM is a small form factor board similar to the
Jetson TK1.  The main differences lie in the pinmux, and in that the
PCIe controller is set to use in 4lanes+1lane, rather than 2+2.

The pinmux header here was generated from a spreadsheet provided by
Colorado Engineering using the tegra-pinmux scripts.  The spreadsheet
was converted from v09 to v11 by me.

Signed-off-by: Peter Chubb <peter.chubb@data61.csiro.au>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-09-01 09:24:30 -07:00

13 lines
151 B
Plaintext

if TARGET_CEI_TK1_SOM
config SYS_BOARD
default "cei-tk1-som"
config SYS_VENDOR
default "cei"
config SYS_CONFIG_NAME
default "cei-tk1-som"
endif