aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig
index b53a2daa22..2e2bb25d1a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -52,11 +52,21 @@ endmenu
source src/mainboard/Kconfig
source src/arch/i386/Kconfig
source src/arch/ppc/Kconfig
+
+menu "Chipset"
+
+comment "CPU"
+source src/cpu/Kconfig
+comment "Northbridge"
source src/northbridge/Kconfig
-source src/devices/Kconfig
+comment "Southbridge"
source src/southbridge/Kconfig
+comment "Super I/O"
source src/superio/Kconfig
-source src/cpu/Kconfig
+comment "Devices"
+source src/devices/Kconfig
+
+endmenu
config PCI_BUS_SEGN_BITS
int
@@ -211,9 +221,10 @@ config IOAPIC
bool
default n
+# TODO: Can probably be removed once all chipsets have kconfig options for it.
config VIDEO_MB
- default 0
int
+ default 0
config USE_WATCHDOG_ON_BOOT
bool