Remove HyperTransport support from boards that don't need it.
[coreboot.git] / src / Kconfig
index 022f7bfe2f050dc840d2844c051e96c216af94a2..7d268b0f0de93c95e7c9c12004c61d8adfd375dd 100644 (file)
@@ -30,8 +30,8 @@ mainmenu "Coreboot Configuration"
 source src/mainboard/Kconfig
 source src/arch/i386/Kconfig
 source src/arch/ppc/Kconfig
-source src/devices/Kconfig
 source src/northbridge/Kconfig
+source src/devices/Kconfig
 source src/southbridge/Kconfig
 source src/superio/Kconfig
 source src/cpu/Kconfig
@@ -40,10 +40,6 @@ config CBFS
        bool
        default y
 
-config HAVE_HIGH_TABLES
-       bool
-       default y
-
 config PCI_BUS_SEGN_BITS
        int
        default 0
@@ -81,21 +77,13 @@ config LB_CKS_LOC
        default 126
 
 config LOGICAL_CPUS
-       int
-       default 1
+       bool
+       default y
 
 config PCI_ROM_RUN
        bool
        default n
 
-config HT_CHAIN_UNITID_BASE
-       int
-       default 1
-
-config HT_CHAIN_END_UNITID_BASE
-       int
-       default 32
-
 config HEAP_SIZE
        hex
        default 0x2000
@@ -136,10 +124,6 @@ config LB_MEM_TOPK
        int
        default 2048
 
-config MULTIBOOT
-       bool
-       default n
-
 config COMPRESSED_PAYLOAD_LZMA
        bool
        default y
@@ -158,10 +142,6 @@ config ACPI_SSDTX_NUM
        int
        default 0
 
-config HAVE_ACPI_TABLES
-       bool
-       default n
-
 config HAVE_FALLBACK_BOOT
        bool
        default y
@@ -186,18 +166,10 @@ config HAVE_MOVNTI
        bool
        default y
 
-config HAVE_MP_TABLE
-       bool
-       default n
-
 config HAVE_OPTION_TABLE
        bool
        default y
 
-config HAVE_PIRQ_TABLE
-       bool
-       default n
-
 config PIRQ_ROUTE
        bool
        default n
@@ -214,11 +186,55 @@ config IOAPIC
        bool
        default n
 
+config USE_WATCHDOG_ON_BOOT
+       bool
+       default n
+
+config VGA
+       bool
+       default n
+       help
+         Build board-specific VGA code.
+
+config GFXUMA
+       bool
+       default n
+       help
+         Enable Unified Memory Architecture for graphics.
+
 # TODO
 # menu "Drivers"
 # 
 # endmenu
 
+menu "Generated System Tables"
+
+config HAVE_LOW_TABLES
+       bool
+       default y
+
+config HAVE_HIGH_TABLES
+       bool "Write 'high' tables to avoid being overwritten in F segment"
+       default y
+
+config MULTIBOOT
+       bool "Add Multiboot tables (for grub2)"
+       default n
+
+config HAVE_ACPI_TABLES
+       bool "Generate ACPI tables"
+       default n
+
+config HAVE_MP_TABLE
+       bool "Generate an MP table"
+       default n
+
+config HAVE_PIRQ_TABLE
+       bool "Generate a PIRQ table"
+       default n
+
+endmenu
+
 menu "Payload"
 
 config COMPRESSED_PAYLOAD_LZMA
@@ -282,7 +298,8 @@ config FALLBACK_VGA_BIOS_ID
        depends on VGA_BIOS
        default "1106,3230"
        help
-        The ID that would associate your VGA BIOS to your video card.
+         The ID that would associate your VGA BIOS to your video card.
+         (PCI VendorID, PCI Device ID)
 
 endmenu