aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/apu2/Kconfig.name
diff options
context:
space:
mode:
authorPiotr Król <piotr.krol@3mdeb.com>2017-11-29 16:34:44 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-12-21 16:27:32 +0000
commit83b4fb9981b30352dac9ba9d7eeb1e7f44225269 (patch)
tree1f608a4a73e7715fac204cc3db29e447169416f4 /src/mainboard/pcengines/apu2/Kconfig.name
parent33cd28e7acf76b25444e50fad6668becb594f439 (diff)
pcengines/apu2: add support for apu4 variant
apu4 is new version of PC Engines platform, which contains 4 Ethernet ports and 4GB of RAM. In functional way it is very similar to apu3. Platform tested with booting Linux voyage (kernel 3.16.7) using USB and SeaBIOS as 1st stage and GRUB as 2nd stage bootloader. Also Debian (kernel 4.8.5) using iPXE. Change-Id: Ia7a9971d25d4ecc215c392be1e46dc1c10129ba7 Signed-off-by: Piotr Król <piotr.krol@3mdeb.com> Reviewed-on: https://review.coreboot.org/22629 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/pcengines/apu2/Kconfig.name')
-rw-r--r--src/mainboard/pcengines/apu2/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/apu2/Kconfig.name b/src/mainboard/pcengines/apu2/Kconfig.name
index 68e6d6e8c3..45ec16fde8 100644
--- a/src/mainboard/pcengines/apu2/Kconfig.name
+++ b/src/mainboard/pcengines/apu2/Kconfig.name
@@ -4,5 +4,8 @@ config BOARD_PCENGINES_APU2
config BOARD_PCENGINES_APU3
bool "APU3"
+config BOARD_PCENGINES_APU4
+ bool "APU4"
+
config BOARD_PCENGINES_APU5
bool "APU5"