diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-31 11:30:26 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:37 +0100 |
commit | 81ec10015181bcf19a190ae4bea94bb1ac8d1da6 (patch) | |
tree | f9795d577b79bc31e893791b0bf852dc32a0577f /board/sunxi/Kconfig | |
parent | 25508ab26cb9ceb8ac9cdf12a851b7047fa791b2 (diff) | |
download | u-boot-imx-81ec10015181bcf19a190ae4bea94bb1ac8d1da6.zip u-boot-imx-81ec10015181bcf19a190ae4bea94bb1ac8d1da6.tar.gz u-boot-imx-81ec10015181bcf19a190ae4bea94bb1ac8d1da6.tar.bz2 |
sun7i: Add new Bananapro board / defconfig
Add support for the new Bananapro A20 development board from lemaker.org.
This board features 1G RAM, 2 USB A receptacles, 1 micro USB receptacle for
OTG, 1 micro USB receptacle for power, HDMI, sata, Gbit ethernet, ir receiver,
3.5 mm jack for a/v out, on board microphone, 40 gpio pins and sdio wifi.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 8d30162..80dc3f9 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -96,6 +96,10 @@ config TARGET_BANANAPI bool "BANANAPI" depends on MACH_SUN7I +config TARGET_BANANAPRO + bool "BANANAPRO" + depends on MACH_SUN7I + config TARGET_COLOMBUS bool "COLOMBUS" depends on MACH_SUN6I |