diff options
author | huang lin <hl@rock-chips.com> | 2015-12-07 11:08:57 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-13 20:51:50 -0700 |
commit | 47b4c228b5ae72598dc38ca2764c11ea1c6693cc (patch) | |
tree | 04c0ccfa8b8082ed94b6b4e67fda0198173ddcaf /board/kylin/kylin_rk3036/Kconfig | |
parent | e390680015c79c8ce390b5245646324eb6f9d9c6 (diff) |
rockchip: Add basic support for kylin board
kylin board use rk3036 SOC, 512M sdram, 8G emmc.
This add some basic files required to allow the board
to output serial message and can run command(mmc info etc).
Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/kylin/kylin_rk3036/Kconfig')
-rw-r--r-- | board/kylin/kylin_rk3036/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/kylin/kylin_rk3036/Kconfig b/board/kylin/kylin_rk3036/Kconfig new file mode 100644 index 0000000000..5d75c1fc0f --- /dev/null +++ b/board/kylin/kylin_rk3036/Kconfig @@ -0,0 +1,15 @@ +if TARGET_KYLIN_RK3036 + +config SYS_BOARD + default "kylin_rk3036" + +config SYS_VENDOR + default "kylin" + +config SYS_CONFIG_NAME + default "kylin_rk3036" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif |