diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-13 21:24:54 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-11-26 00:59:32 (GMT) |
commit | c420ef67e5799d80b807c2866576bf3881893cbf (patch) | |
tree | bd1db2b50f1e0753e070952854c40c64b296fcdc /board/google/veyron/Kconfig | |
parent | e70408c069795fc2084aaee65a1a6c5f42c91a8f (diff) | |
download | u-boot-fsl-qoriq-c420ef67e5799d80b807c2866576bf3881893cbf.tar.xz |
rockchip: Add support for veyron-minnie (ASUS Chromebook Flip)
This adds support for the Asus Chromebook Flip, an RK3288-based clamshell
device which can flip into 'tablet' mode. The device tree file comes from
Linux v4.8. The SDRAM parameters are for 4GB Samsung LPDDR3.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/google/veyron/Kconfig')
-rw-r--r-- | board/google/veyron/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/board/google/veyron/Kconfig b/board/google/veyron/Kconfig index a99190f..770e9aa 100644 --- a/board/google/veyron/Kconfig +++ b/board/google/veyron/Kconfig @@ -29,3 +29,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y endif + +if TARGET_CHROMEBOOK_MINNIE + +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 |