]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/toradex/colibri_imx7/Kconfig
colibri_imx7: add Colibri iMX7S/iMX7D module support
[people/ms/u-boot.git] / board / toradex / colibri_imx7 / Kconfig
1 if TARGET_COLIBRI_IMX7
2
3 config SYS_BOARD
4 default "colibri_imx7"
5
6 config SYS_VENDOR
7 default "toradex"
8
9 config SYS_CONFIG_NAME
10 default "colibri_imx7"
11
12 config COLIBRI_IMX7_EXT_PHYCLK
13 bool "External oscillator for Ethernet PHY clock provided"
14 help
15 Select this if your module provides a external Ethernet PHY
16 clock source.
17 default y
18
19
20 endif