diff options
author | Simon Glass | 2016-11-13 14:22:16 -0700 |
---|---|---|
committer | Simon Glass | 2016-11-25 17:59:32 -0700 |
commit | e70408c069795fc2084aaee65a1a6c5f42c91a8f (patch) | |
tree | 022d813d71357c0c1cd6948dec459316924f90e6 /board | |
parent | 095e6c1f2dd65635543859ddf689e3d90ab6e5cd (diff) |
rockchip: Add support for veyron-mickey (Chromebit)
This adds support for the Asus Chromebit, and RK3288-based device designed
to plug directly into an HDMI monitor. The device tree file comes from
Linux v4.8.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/google/veyron/Kconfig | 16 | ||||
-rw-r--r-- | board/google/veyron/MAINTAINERS | 7 |
2 files changed, 23 insertions, 0 deletions
diff --git a/board/google/veyron/Kconfig b/board/google/veyron/Kconfig index b1f51ce33db..a99190f3bd3 100644 --- a/board/google/veyron/Kconfig +++ b/board/google/veyron/Kconfig @@ -13,3 +13,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y endif + +if TARGET_CHROMEBIT_MICKEY + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif diff --git a/board/google/veyron/MAINTAINERS b/board/google/veyron/MAINTAINERS index d641eed66ad..e44e1a9570d 100644 --- a/board/google/veyron/MAINTAINERS +++ b/board/google/veyron/MAINTAINERS @@ -4,3 +4,10 @@ S: Maintained F: board/google/veyron/ F: include/configs/veyron.h F: configs/chromebook_jerry_defconfig + +CHROMEBIT MICKEY BOARD +M: Simon Glass <sjg@chromium.org> +S: Maintained +F: board/google/veyron/ +F: include/configs/veyron.h +F: configs/chromebit_mickey_defconfig |