aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/Kconfig
diff options
context:
space:
mode:
authorMarc Bertens <mbertens@xs4all.nl>2010-04-19 21:21:54 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-04-19 21:21:54 +0000
commitea6772d306fc38fc934792cade14f0c8fc0a4ae5 (patch)
tree5f89bbb6d6d2dd3bde9d7e677051f5cd889ad722 /src/mainboard/Kconfig
parent961a7b0c08e73e8a7d0061caaef842f1584335fb (diff)
Add support for the Nokia IP530.
It's currently its able to run coreboot + seabios + sgabios. The following hardware works; P3 i440BX northbridge 82371 southbridge IDE normal disks + CF The following hardware doesn't work: 4x NIC 21143-PD 2x PCMCIA PCI1225PDV Signed-off-by: Marc Bertens <mbertens@xs4all.nl> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5458 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/Kconfig')
-rw-r--r--src/mainboard/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index ddbc18a186..d989ffdf03 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -68,6 +68,8 @@ config VENDOR_NEC
bool "NEC"
config VENDOR_NEWISYS
bool "Newisys"
+config VENDOR_NOKIA
+ bool "Nokia"
config VENDOR_NVIDIA
bool "NVIDIA"
config VENDOR_OLPC
@@ -273,6 +275,11 @@ config MAINBOARD_VENDOR
config MAINBOARD_VENDOR
string
+ default "Nokia"
+ depends on VENDOR_NOKIA
+
+config MAINBOARD_VENDOR
+ string
default "NVIDIA"
depends on VENDOR_NVIDIA
@@ -398,6 +405,7 @@ source "src/mainboard/mitac/Kconfig"
source "src/mainboard/msi/Kconfig"
source "src/mainboard/nec/Kconfig"
source "src/mainboard/newisys/Kconfig"
+source "src/mainboard/nokia/Kconfig"
source "src/mainboard/nvidia/Kconfig"
source "src/mainboard/olpc/Kconfig"
source "src/mainboard/pcengines/Kconfig"