u-boot-brain/board/Synology/ds109/Kconfig
Walter Schweizer a0a868b20b arm: kirkwood: add support for Synology DS109 board
Synology DS109 is based on MV88F6281. The code
is based on Dreamplug code with modificatons
from Synologys open source repository.

Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net>
Signed-off-by: Stefan Roese <sr@denx.de>
2016-10-09 10:55:32 +02:00

13 lines
138 B
Plaintext

if TARGET_DS109
config SYS_BOARD
default "ds109"
config SYS_VENDOR
default "Synology"
config SYS_CONFIG_NAME
default "ds109"
endif