aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/up/squared/Kconfig
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-09-18 17:57:50 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-19 16:46:34 +0000
commit1c661b92bce3cfdfc9000cb63e088412bfef5173 (patch)
tree47fcd83f13c3507292d74c8d1e3ad33a2f56b5c6 /src/mainboard/up/squared/Kconfig
parentf463dc0947dd0fbb25e0ffd4a6200b9ed8a3d654 (diff)
mb/up/squared: move subsystem id from Kconfig to devicetree
Change-Id: Icf62a73ee568d9369c53bd767bd4cfb736ea76f1 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45527 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/up/squared/Kconfig')
-rw-r--r--src/mainboard/up/squared/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig
index 25e751c04a..63b9be91af 100644
--- a/src/mainboard/up/squared/Kconfig
+++ b/src/mainboard/up/squared/Kconfig
@@ -44,14 +44,6 @@ config FMDFILE
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-roa.fmd" if VBOOT_SLOTS_RW_A && !VBOOT_SLOTS_RW_AB
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-roab.fmd" if VBOOT_SLOTS_RW_AB
-config SUBSYSTEM_VENDOR_ID
- hex
- default 0x8086
-
-config SUBSYSTEM_DEVICE_ID
- hex
- default 0x7270
-
config VGA_BIOS_ID
string
default "8086,5a85"