summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/Kconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2016-02-26 00:46:07 -0600
committerTom Rini <trini@konsulko.com>2016-03-14 19:18:40 -0400
commit2ac07f75d1977008e829d00bcce16143e171765d (patch)
treee0e9dccb8441feb6a11fb53a65b989cdc51d4a5e /arch/arm/mach-davinci/Kconfig
parent6f6e9439e4646242bb504e7b5c1ac0dfbf986cfb (diff)
downloadblackbird-obmc-uboot-2ac07f75d1977008e829d00bcce16143e171765d.tar.gz
blackbird-obmc-uboot-2ac07f75d1977008e829d00bcce16143e171765d.zip
arm: Add support for LEGO MINDSTORMS EV3
This is based on the davinci da850evm. It can boot from either the on-board 16MB flash or from a microSD card. It also reads board information from an I2C EEPROM. The EV3 itself initally boots from write-protected EEPROM, so no u-boot SPL is needed. Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci/Kconfig')
-rw-r--r--arch/arm/mach-davinci/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index a8d3e2f230..5d1c5c5ccb 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -22,6 +22,9 @@ config TARGET_OMAPL138_LCDK
config TARGET_CALIMAIN
bool "Calimain board"
+config TARGET_LEGOEV3
+ bool "LEGO MINDSTORMS EV3"
+
endchoice
config SYS_SOC
@@ -31,5 +34,6 @@ source "board/Barix/ipam390/Kconfig"
source "board/davinci/da8xxevm/Kconfig"
source "board/davinci/ea20/Kconfig"
source "board/omicron/calimain/Kconfig"
+source "board/lego/ev3/Kconfig"
endif
OpenPOWER on IntegriCloud