summaryrefslogtreecommitdiff
path: root/board/olimex/am335x_som/Kconfig
blob: 3b4a471744924b48d7a628caece0bd446bb030a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_AM335X_OLIMEX_SOM

config SYS_BOARD
	default "am335x_som"

config SYS_VENDOR
	default "olimex"

config SYS_SOC
	default "am33xx"

config SYS_CONFIG_NAME
	default "olimex_am335x_som"

endif