diff options
Diffstat (limited to 'roms/u-boot/board/engicam/common/Kconfig')
-rw-r--r-- | roms/u-boot/board/engicam/common/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/board/engicam/common/Kconfig b/roms/u-boot/board/engicam/common/Kconfig new file mode 100644 index 000000000..38328fd5e --- /dev/null +++ b/roms/u-boot/board/engicam/common/Kconfig @@ -0,0 +1,8 @@ +config IMX6_ENGICAM_COMMON + bool "Engicam i.MX6 Common code" + depends on SPL && MX6 + default y if TARGET_MX6Q_ENGICAM || TARGET_MX6UL_ENGICAM + help + Common SPL and U-Boot proper code for Engicam i.MX6 targets. + + Enable it in board Kconfig if it uses i.MX6 variant Engicam boards. |