summaryrefslogtreecommitdiffstats
path: root/board/espt/Kconfig
blob: 7527e34ae63431d7e21f7a75e78a455b1c998a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_ESPT

config SYS_CPU
	string
	default "sh4"

config SYS_BOARD
	string
	default "espt"

config SYS_CONFIG_NAME
	string
	default "espt"

endif
OpenPOWER on IntegriCloud