u-boot/board/bosch/acc/Kconfig
Philip Oberfichtner 55d1537c5b bosch: Add initial board support for ACC
The Bosch ACC (Air Center Control) Board is based on the i.MX6D.

The device tree is copied from Linux, see [1]. The only difference
compared to the Linux DT is the removal of usbphynop properties. They are
defined in the Linux version of imx6qdl.dtsi, but not in the u-boot
version.

[1] Commit 6192cf8ac082 from
    git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git

Signed-off-by: Philip Oberfichtner <pro@denx.de>
2022-05-20 12:36:48 +02:00

19 lines
296 B
Text

if TARGET_MX6Q_ACC
config SYS_VENDOR
default "bosch"
config SYS_BOARD
default "acc"
config SYS_CONFIG_NAME
default "imx6q-bosch-acc"
config SYS_BOOT_EMMC
bool "Boot from EMMC"
default y
help
Say N here if you want to boot from SD card or microUSB.
Say Y to boot from eMMC.
endif