a99190f3bd337fe9e85e355ec2331a6bfe7c1a14
[oweals/u-boot.git] / board / google / veyron / Kconfig
1 if TARGET_CHROMEBOOK_JERRY
2
3 config SYS_BOARD
4         default "veyron"
5
6 config SYS_VENDOR
7         default "google"
8
9 config SYS_CONFIG_NAME
10         default "veyron"
11
12 config BOARD_SPECIFIC_OPTIONS # dummy
13         def_bool y
14
15 endif
16
17 if TARGET_CHROMEBIT_MICKEY
18
19 config SYS_BOARD
20         default "veyron"
21
22 config SYS_VENDOR
23         default "google"
24
25 config SYS_CONFIG_NAME
26         default "veyron"
27
28 config BOARD_SPECIFIC_OPTIONS # dummy
29         def_bool y
30
31 endif