diff options
author | Boris BREZILLON | 2015-03-04 13:13:05 +0100 |
---|---|---|
committer | Stefano Babic | 2015-03-23 13:19:18 +0100 |
commit | 058d23168752c2a2ec0a6c3b50296cb5b91ec6d0 (patch) | |
tree | 774c097ed3fa95a14b63d6cc276e98018e12906c /configs/secomx6quq7_defconfig | |
parent | a05a6045d5bc1c0b6b4b2d95380cefb0a664beb4 (diff) |
board/seco: Add mx6q-uq7 basic board support
Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported).
It also adds a Kconfig skeleton to later add more SECO board (supporting
SoC and board variants).
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'configs/secomx6quq7_defconfig')
-rw-r--r-- | configs/secomx6quq7_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/secomx6quq7_defconfig b/configs/secomx6quq7_defconfig new file mode 100644 index 00000000000..dcd681dfb74 --- /dev/null +++ b/configs/secomx6quq7_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="ENV_IS_IN_MMC" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_SECOMX6=y +CONFIG_SECOMX6_UQ7=y +CONFIG_SECOMX6Q=y +CONFIG_SECOMX6_2GB=y |