blob: 82f902fe1e8296b63dda09718d88e4e7282bfe7d [file] [log] [blame]
Andreas Färber37a0c602017-05-15 17:51:18 +08001if ROCKCHIP_RK3368
2
Andy Yane2901ab2017-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.
11endchoice
12
Andreas Färber37a0c602017-05-15 17:51:18 +080013config SYS_SOC
14 default "rockchip"
15
Andy Yane2901ab2017-05-15 17:53:50 +080016source "board/rockchip/sheep_rk3368/Kconfig"
Andreas Färber37a0c602017-05-15 17:51:18 +080017endif