mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-23 10:25:10 +00:00
27 lines
277 B
Text
27 lines
277 B
Text
|
if ARCH_MX7
|
||
|
|
||
|
config MX7
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
config MX7D
|
||
|
bool
|
||
|
|
||
|
choice
|
||
|
prompt "MX7 board select"
|
||
|
optional
|
||
|
|
||
|
config TARGET_MX7DSABRESD
|
||
|
bool "mx7dsabresd"
|
||
|
select DM
|
||
|
select DM_THERMAL
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx7"
|
||
|
|
||
|
source "board/freescale/mx7dsabresd/Kconfig"
|
||
|
|
||
|
endif
|