1
0
Fork 0

Add our target to the config system

utp
Martin T. H. Sandsmark 2016-07-29 14:58:10 +02:00 committed by Martin T. H. Sandsmark
parent f7bfa2a059
commit 46d2a55285
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,10 @@ config TARGET_XPRESS
select DM_THERMAL
select SUPPORT_SPL
config TARGET_ZERO_GRAVITAS
bool "reMarkable Prototype 1"
select SUPPORT_SPL
endchoice
config SYS_SOC
@ -210,5 +214,6 @@ source "board/tqc/tqma6/Kconfig"
source "board/udoo/Kconfig"
source "board/wandboard/Kconfig"
source "board/warp/Kconfig"
source "board/zero-gravitas/Kconfig"
endif