summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2007-03-13 09:31:08 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-03-13 09:31:08 +0000
commit0528863e20f2f4511154e5f9deaff1fe7212f7e7 (patch)
tree9e9cf28b053f879d086e06e862d60f90bf6cf446 /Kconfig
parent305bb557834ea48283f96d6b26638637a0b09dbc (diff)
downloadcoreboot-0528863e20f2f4511154e5f9deaff1fe7212f7e7.tar.gz
coreboot-0528863e20f2f4511154e5f9deaff1fe7212f7e7.tar.bz2
coreboot-0528863e20f2f4511154e5f9deaff1fe7212f7e7.zip
This patch reshapes northbridge and southbridge inclusion. It selects
southbridge drivers in Kconfig. * It includes initial superio code as well, but there is at least one error in the pnp_device.c/superio scenario left * Fixed biosemu.c, vm86.c, pnp_device.c (sort of) * Enable vm86 instead of x86emu per default for vga init for now. This makes VGA in qemu work. There might be a bug in x86emu or the compiler I am using. (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) * Import isa-dma.c, keyboard.c and i8259.c from v2 /pc80, which was taken from LinuxBIOSv1 released from LANL under release LA-CC Number 00-34 and using parts from the Linux kernel. This patch makes vga and keyboard work in qemu. Yippie Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@260 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 9347fdc6df3c..1634fe246adf 100644
--- a/Kconfig
+++ b/Kconfig
@@ -36,6 +36,10 @@ source mainboard/Kconfig
source arch/Kconfig
source lib/Kconfig
source console/Kconfig
+# these are used for internal purposes only
+source northbridge/Kconfig
+source southbridge/Kconfig
+source superio/Kconfig
menu "Payload"