diff options
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r-- | src/southbridge/intel/lynxpoint/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index 8d5cbbf227..4e5527aa5f 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -57,28 +57,10 @@ config SERIRQ_CONTINUOUS_MODE If you set this option to y, the serial IRQ machine will be operated in continuous mode. -config HAVE_IFD_BIN - bool - default y - config BUILD_WITH_FAKE_IFD bool default y if !HAVE_IFD_BIN -config IFD_BIN_PATH - string - depends on !BUILD_WITH_FAKE_IFD - default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/descriptor.bin" - -config HAVE_ME_BIN - bool - default y - -config ME_BIN_PATH - string - depends on HAVE_ME_BIN - default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/me.bin" - config ME_MBP_CLEAR_LATE bool "Defer wait for ME MBP Cleared" default y |