]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/kylin/kylin_rk3036/Kconfig
rockchip: Add basic support for kylin board
[people/ms/u-boot.git] / board / kylin / kylin_rk3036 / Kconfig
1 if TARGET_KYLIN_RK3036
2
3 config SYS_BOARD
4 default "kylin_rk3036"
5
6 config SYS_VENDOR
7 default "kylin"
8
9 config SYS_CONFIG_NAME
10 default "kylin_rk3036"
11
12 config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
14
15 endif