diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-29 18:33:30 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-10 22:40:49 +0000 |
commit | 1d4bdda47f030d01418936d3399856dddfa7f43b (patch) | |
tree | e4b3d48121f9db95224b660db7e7a90a6eb12372 /src/southbridge/intel/i82801dx | |
parent | 23a6c79126a6ccba4459ae8ac7d7aa245bacb466 (diff) | |
download | coreboot-1d4bdda47f030d01418936d3399856dddfa7f43b.tar.xz |
sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol
All code in southbridge/intel/common is now properly guarded by a
Kconfig symbol, making SOUTHBRIDGE_INTEL_COMMON obsolete.
Change-Id: Ifeccfaa9534f903e3f3543e1f9f3d5f3345b461e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36438
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801dx')
-rw-r--r-- | src/southbridge/intel/i82801dx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801dx/Kconfig b/src/southbridge/intel/i82801dx/Kconfig index 7cf7b979ee..916560a87a 100644 --- a/src/southbridge/intel/i82801dx/Kconfig +++ b/src/southbridge/intel/i82801dx/Kconfig @@ -20,7 +20,6 @@ config SOUTHBRIDGE_INTEL_I82801DX select IOAPIC select HAVE_SMI_HANDLER select HAVE_USBDEBUG - select SOUTHBRIDGE_INTEL_COMMON select SOUTHBRIDGE_INTEL_COMMON_SMBUS select SOUTHBRIDGE_INTEL_COMMON_RTC select SOUTHBRIDGE_INTEL_COMMON_RESET |