Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
[coreboot.git] / src / mainboard / tyan / s2895 / Kconfig
index 9d74260666994433434545b36500dba6fcd5d860..a99f9d3ead5a18621bd0afe5e8106e39304d8076 100644 (file)
@@ -1,16 +1,17 @@
 config BOARD_TYAN_S2895
-       bool "Thunder K8WE (S2895)"
+       bool "S2895 (Thunder K8WE)"
        select ARCH_X86
-       select CPU_AMD_K8
        select CPU_AMD_SOCKET_940
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_CK804
        select SOUTHBRIDGE_AMD_AMD8131
        select SUPERIO_SMSC_LPC47B397
-       select PIRQ_TABLE
-       help
-         Tyan Thunder K8WE (S2895) mainboard.
+       select HAVE_PIRQ_TABLE
+       select HAVE_MP_TABLE
+       select SERIAL_CPU_INIT
+       select HAVE_ACPI_TABLES
+       select BOARD_ROMSIZE_KB_1024
 
 config MAINBOARD_DIR
        string
@@ -39,7 +40,7 @@ config LB_CKS_LOC
 
 config MAINBOARD_PART_NUMBER
        string
-       default "s2895"
+       default "S2895"
        depends on BOARD_TYAN_S2895
 
 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
@@ -47,31 +48,11 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
        default 0x2895
        depends on BOARD_TYAN_S2895
 
-config USE_FAILOVER_IMAGE
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
 config HW_MEM_HOLE_SIZEK
        hex
        default 0x100000
        depends on BOARD_TYAN_S2895
 
-config MEM_TRAIN_SEQ
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
-config HAVE_FAILOVER_BOOT
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
-config USE_FAILOVER_IMAGE
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
 config MAX_CPUS
        int
        default 4
@@ -82,16 +63,6 @@ config MAX_PHYSICAL_CPUS
        default 2
        depends on BOARD_TYAN_S2895
 
-config MEM_TRAIN_SEQ
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
-config AP_CODE_IN_CAR
-       bool
-       default n
-       depends on BOARD_TYAN_S2895
-
 config HW_MEM_HOLE_SIZE_AUTO_INC
        bool
        default n
@@ -112,16 +83,6 @@ config USE_INIT
        default n
        depends on BOARD_TYAN_S2895
 
-config SERIAL_CPU_INIT
-       bool
-       default y
-       depends on BOARD_TYAN_S2895
-
-config AP_CODE_IN_CAR
-       bool
-       default y
-       depends on BOARD_TYAN_S2895
-
 config WAIT_BEFORE_CPUS_INIT
        bool
        default n
@@ -137,8 +98,7 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY
        default n
        depends on BOARD_TYAN_S2895
 
-config HAVE_ACPI_TABLES
-       bool "Generate ACPI tables"
-       default y
+config IRQ_SLOT_COUNT
+       int
+       default 11
        depends on BOARD_TYAN_S2895
-