rockchip: Add support for veyron-minnie (ASUS Chromebook Flip)
[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
32
33 if TARGET_CHROMEBOOK_MINNIE
34
35 config SYS_BOARD
36         default "veyron"
37
38 config SYS_VENDOR
39         default "google"
40
41 config SYS_CONFIG_NAME
42         default "veyron"
43
44 config BOARD_SPECIFIC_OPTIONS # dummy
45         def_bool y
46
47 endif