aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/draak/Kconfig
blob: 9106387bb99d2a078f53525e15209afb4c3b6bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_DRAAK

config SYS_SOC
	default "rmobile"

config SYS_BOARD
	default "draak"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "draak"

endif