I82801JX: Add IS_ENABLED around config options
This chipset was just added and had a few places that needed to be fixed. Change-Id: Ief048c4876c5a2cb538c9cb4b295aba46a4fff62 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20684 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "../../../soc/intel/sch/sch.h"
|
||||
#elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801IX)
|
||||
#include "../../../southbridge/intel/i82801ix/i82801ix.h"
|
||||
#elif CONFIG_SOUTHBRIDGE_INTEL_I82801JX
|
||||
#elif IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801JX)
|
||||
#include "../../../southbridge/intel/i82801jx/i82801jx.h"
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user