Commit b3b0a429ef66d334e776052c1a9a281aeb568e05

Authored by Ye Li
Committed by Peng Fan
1 parent 7377004dfc

MLK-12616-3 mx6ull: Enable CONFIG_MX6UL definition for MX6ULL

Since iMX6ULL is derivative of iMX6UL, most of design are same, so enable
CONFIG_MX6UL to reduce duplicated effort.

We can use CONFIG_MX6ULL for the difference between these two chips.

Signed-off-by: Ye Li <ye.li@nxp.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

arch/arm/cpu/armv7/mx6/Kconfig
... ... @@ -28,6 +28,10 @@
28 28 config MX6UL
29 29 bool
30 30  
  31 +config MX6ULL
  32 + bool
  33 + select MX6UL
  34 +
31 35 choice
32 36 prompt "MX6 board select"
33 37