u-boot/board/sielaff/imx6dl-sielaff/Kconfig
Frieder Schrempf 588399c2d5 board: Add support for Sielaff i.MX6 Solo board
The Sielaff i.MX6 Solo board is a control and HMI board for vending
machines. Add support for this board.

The devicetree files are taken from pending changes in the Linux
kernel that are available from linux-next and will likely be
part of Linux v6.9.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
2024-02-19 08:19:39 -03:00

15 lines
186 B
Text

if TARGET_MX6S_SIELAFF
config SYS_BOARD
string
default "imx6dl-sielaff"
config SYS_VENDOR
string
default "sielaff"
config SYS_CONFIG_NAME
string
default "imx6dl-sielaff"
endif