summaryrefslogtreecommitdiff
path: root/src/device/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r--src/device/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index b1f8dae743..c7dfe9cff2 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -288,7 +288,7 @@ endif # EARLY_PCI_BRIDGE
config SUBSYSTEM_VENDOR_ID
hex "Override PCI Subsystem Vendor ID"
depends on PCI
- default "0x0000"
+ default 0x0000
help
This config option will override the devicetree settings for
PCI Subsystem Vendor ID.
@@ -296,7 +296,7 @@ config SUBSYSTEM_VENDOR_ID
config SUBSYSTEM_DEVICE_ID
hex "Override PCI Subsystem Device ID"
depends on PCI
- default "0x0000"
+ default 0x0000
help
This config option will override the devicetree settings for
PCI Subsystem Device ID.