aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/panther/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2016-11-20 13:34:04 -0600
committerMartin Roth <martinroth@google.com>2016-11-24 05:23:13 +0100
commitb952b0d356ea22b5e8dc6a701493ee3523c200a9 (patch)
tree84cd26e557b097279a1fede9f1ca482f9a2ba4ba /src/mainboard/google/panther/Kconfig
parent80ff038b28497576af8d1ee88438204921e506eb (diff)
Remove board google/panther
Once #17329 is committed, no reason to have google/panther exist as a separate board anymore. Change-Id: I9a11273c39423d5ff33a7d1f91c8d8cffef97ec1 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/17538 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/panther/Kconfig')
-rw-r--r--src/mainboard/google/panther/Kconfig56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/mainboard/google/panther/Kconfig b/src/mainboard/google/panther/Kconfig
deleted file mode 100644
index af4c68cd3a..0000000000
--- a/src/mainboard/google/panther/Kconfig
+++ /dev/null
@@ -1,56 +0,0 @@
-if BOARD_GOOGLE_PANTHER
-
-config BOARD_SPECIFIC_OPTIONS # dummy
- def_bool y
- select CPU_INTEL_HASWELL
- select NORTHBRIDGE_INTEL_HASWELL
- select SOUTHBRIDGE_INTEL_LYNXPOINT
- select INTEL_LYNXPOINT_LP
- select BOARD_ROMSIZE_KB_8192
- select SUPERIO_ITE_IT8772F
- select HAVE_ACPI_TABLES
- select HAVE_OPTION_TABLE
- select HAVE_ACPI_RESUME
- select HAVE_SMI_HANDLER
- select MAINBOARD_HAS_CHROMEOS
- select MAINBOARD_HAS_LPC_TPM
- select INTEL_INT15
-
-config CHROMEOS
- select PHYSICAL_REC_SWITCH
- select VBOOT_VBNV_CMOS
- select VIRTUAL_DEV_SWITCH
-
-config MAINBOARD_DIR
- string
- default google/panther
-
-config MAINBOARD_PART_NUMBER
- string
- default "Panther"
-
-config MMCONF_BASE_ADDRESS
- hex
- default 0xf0000000
-
-config MAX_CPUS
- int
- default 8
-
-config VGA_BIOS_FILE
- string
- default "pci8086,0166.rom"
-
-config HAVE_IFD_BIN
- bool
- default n
-
-config HAVE_ME_BIN
- bool
- default n
-
-config GBB_HWID
- string
- depends on CHROMEOS
- default "X86 PANTHER TEST 6287"
-endif