Skip to content

Commit

Permalink
g12b: g12b_w400_v1: add g12b w400 board config [1/1]
Browse files Browse the repository at this point in the history
PD#165090

Problem:
need to add g12b w400 board config

Solution:
add g12b_w400_v1 based on g12b_skt_v1

Verify:
verifed on g12b socket board

Change-Id: Ibe273f918d1b0dff855913e524e7202c32ae3850
Signed-off-by: Zhongfu Luo <[email protected]>
  • Loading branch information
Zhongfu Luo authored and xiaobo gu committed Jun 25, 2018
1 parent 8306932 commit a0784c3
Show file tree
Hide file tree
Showing 13 changed files with 3,070 additions and 0 deletions.
8 changes: 8 additions & 0 deletions board/amlogic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ config G12B_SKT_V1
bool "Support amlogic g12b skt v1 board"
default n

config G12B_W400_V1
bool "Support amlogic g12b w400 v1 board"
default n

config PXP_EMULATOR
bool "Support pxp environment"
default n
Expand Down Expand Up @@ -362,6 +366,10 @@ if G12B_SKT_V1
source "board/amlogic/g12b_skt_v1/Kconfig"
endif

if G12B_W400_V1
source "board/amlogic/g12b_w400_v1/Kconfig"
endif

if ODROID_C2
source "board/hardkernel/odroidc2/Kconfig"
endif
Loading

0 comments on commit a0784c3

Please sign in to comment.