aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b-ls/Kconfig
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-02-02 18:33:52 -0500
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 18:50:39 +0000
commitd6d9a4e8c5630e7fb72d9b7d496ada4e8465daa5 (patch)
tree3171016caa9e9ac47539ce61b7742963fe6aed1e /src/mainboard/asus/p2b-ls/Kconfig
parent0e2d515b99634e3bee2479a17a9717ca939e5ac1 (diff)
asus/p2b-ls: Transform into variant
Boot tested on hardware. Change-Id: I24afd67dada135a8c2597f5ac1c7e91ce43897c9 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39901 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b-ls/Kconfig')
-rw-r--r--src/mainboard/asus/p2b-ls/Kconfig39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/mainboard/asus/p2b-ls/Kconfig b/src/mainboard/asus/p2b-ls/Kconfig
deleted file mode 100644
index 2d12c86045..0000000000
--- a/src/mainboard/asus/p2b-ls/Kconfig
+++ /dev/null
@@ -1,39 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; version 2 of the License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-if BOARD_ASUS_P2B_LS
-
-config BOARD_SPECIFIC_OPTIONS
- def_bool y
- select CPU_INTEL_SLOT_1
- select NORTHBRIDGE_INTEL_I440BX
- select SOUTHBRIDGE_INTEL_I82371EB
- select SUPERIO_WINBOND_W83977TF
- select HAVE_PIRQ_TABLE
- select BOARD_ROMSIZE_KB_256
- select SDRAMPWR_4DIMM
- select HAVE_ACPI_TABLES
-
-config MAINBOARD_DIR
- string
- default "asus/p2b-ls"
-
-config MAINBOARD_PART_NUMBER
- string
- default "P2B-LS"
-
-config IRQ_SLOT_COUNT
- int
- default 8
-
-endif # BOARD_ASUS_P2B_LS