xref: /openbmc/u-boot/board/google/veyron/Kconfig (revision bf7ab1e7)
1if TARGET_CHROMEBOOK_JERRY
2
3config SYS_BOARD
4	default "veyron"
5
6config SYS_VENDOR
7	default "google"
8
9config SYS_CONFIG_NAME
10	default "veyron"
11
12config BOARD_SPECIFIC_OPTIONS # dummy
13	def_bool y
14
15endif
16
17if TARGET_CHROMEBIT_MICKEY
18
19config SYS_BOARD
20	default "veyron"
21
22config SYS_VENDOR
23	default "google"
24
25config SYS_CONFIG_NAME
26	default "veyron"
27
28config BOARD_SPECIFIC_OPTIONS # dummy
29	def_bool y
30
31endif
32
33if TARGET_CHROMEBOOK_MINNIE
34
35config SYS_BOARD
36	default "veyron"
37
38config SYS_VENDOR
39	default "google"
40
41config SYS_CONFIG_NAME
42	default "veyron"
43
44config BOARD_SPECIFIC_OPTIONS # dummy
45	def_bool y
46
47endif
48