2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2024-12-13 23:02:59 +00:00
u-boot/board/hardkernel/odroid_go2/Kconfig

16 lines
206 B
Text
Raw Normal View History

if TARGET_ODROID_GO2
config SYS_BOARD
default "odroid_go2"
config SYS_VENDOR
default "hardkernel"
config SYS_CONFIG_NAME
default "odroid_go2"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif