summaryrefslogtreecommitdiff
path: root/board/amcc/redwood/Kconfig
blob: fee644146e631af0f88ebba009c037843ffb1033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if TARGET_REDWOOD

config SYS_BOARD
	default "redwood"

config SYS_VENDOR
	default "amcc"

config SYS_CONFIG_NAME
	default "redwood"

config DISPLAY_BOARDINFO
	bool
	default y

endif