summaryrefslogtreecommitdiff
path: root/board/tcl/sl50/Kconfig
blob: 1b3f5cfc61846002d9864ba118dc393b34c95e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_AM335X_SL50

config SYS_BOARD
	default "sl50"

config SYS_VENDOR
	default "tcl"

config SYS_SOC
	default "am33xx"

config SYS_CONFIG_NAME
	default "am335x_sl50"

endif