Stefan Agner | 41f75bb | 2016-07-20 21:27:49 -0700 | [diff] [blame] | 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 | |
Marcel Ziswiler | d92dee5 | 2016-11-16 17:49:23 +0100 | [diff] [blame] | 19 | config TDX_CFG_BLOCK |
| 20 | default y |
| 21 | |
| 22 | config TDX_HAVE_NAND |
| 23 | default y |
| 24 | |
| 25 | config TDX_CFG_BLOCK_OFFSET |
| 26 | default "2048" |
| 27 | |
| 28 | config TDX_CFG_BLOCK_OFFSET2 |
| 29 | default "133120" |
| 30 | |
| 31 | config TDX_CFG_BLOCK_2ND_ETHADDR |
| 32 | default y |
| 33 | |
| 34 | source "board/toradex/common/Kconfig" |
Stefan Agner | 41f75bb | 2016-07-20 21:27:49 -0700 | [diff] [blame] | 35 | |
| 36 | endif |