blob: 7dbeb463e7e3aac57e394ae9809161a676e406bb [file] [log] [blame]
Andreas Färber9e3ad682017-05-15 17:51:18 +08001if ROCKCHIP_RK3368
2
Andy Yane0c21b82017-05-15 17:53:50 +08003choice
4 prompt "RK3368 board"
5
6config TARGET_SHEEP
7 bool "Sheep board"
8 help
9 Sheep board is designed by Rockchip as a EVB board
10 for rk3368.
Andreas Färber81be6802017-05-15 17:54:26 +080011
12config TARGET_GEEKBOX
13 bool "GeekBox"
14
Andy Yane0c21b82017-05-15 17:53:50 +080015endchoice
16
Andreas Färber9e3ad682017-05-15 17:51:18 +080017config SYS_SOC
18 default "rockchip"
19
Andy Yane0c21b82017-05-15 17:53:50 +080020source "board/rockchip/sheep_rk3368/Kconfig"
Andreas Färber81be6802017-05-15 17:54:26 +080021source "board/geekbuying/geekbox/Kconfig"
Andreas Färber9e3ad682017-05-15 17:51:18 +080022endif