uboot/board/toradex/colibri_t20/Kconfig
<<
>>
Prefs
   1if TARGET_COLIBRI_T20
   2
   3config SYS_BOARD
   4        default "colibri_t20"
   5
   6config SYS_VENDOR
   7        default "toradex"
   8
   9config SYS_CONFIG_NAME
  10        default "colibri_t20"
  11
  12config TDX_CFG_BLOCK
  13        default y
  14
  15config TDX_HAVE_NAND
  16        default y
  17
  18config TDX_CFG_BLOCK_OFFSET
  19        default "3145728"
  20
  21source "board/toradex/common/Kconfig"
  22
  23endif
  24