Open vrahane opened 3 years ago
Currently this does not work, spi0 needs to be made a choice for it to work or a workaround is to use it as a value and use the # operator to convert it to a string.
spi0
choice
#
syscfg.defs: CHIP_ONB: description: 'On board chip' value: 1 restrictions: - 'CHIP_ONB_SPI_BUS == "spi0"' CHIP_ONB_SPI_BUS: value: 'spi0'
Currently this does not work,
spi0
needs to be made achoice
for it to work or a workaround is to use it as a value and use the#
operator to convert it to a string.