Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36878 )
Change subject: sb/intel/common: Properly guard USB debug ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36878/2/src/southbridge/intel/commo... File src/southbridge/intel/common/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/36878/2/src/southbridge/intel/commo... PS2, Line 31: bootblock-$(CONFIG_SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG) += usb_debug.c
please add ifeq ($(CONFIG_USBDEBUG),y) to reduce build time on all boards using SB_INTEL_COMMON […]
Should that be done for all user selectable options?