summaryrefslogtreecommitdiffstats
path: root/board/renesas/sh7763rdp/Kconfig
blob: fbc11af7cc1b649e2779ffd1f11f6bc80ecc85ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_SH7763RDP

config SYS_CPU
	string
	default "sh4"

config SYS_BOARD
	string
	default "sh7763rdp"

config SYS_VENDOR
	string
	default "renesas"

config SYS_CONFIG_NAME
	string
	default "sh7763rdp"

endif
OpenPOWER on IntegriCloud