[coreboot] src/soc/intel/xeon_sp/Kconfig:95:warning: config symbol defined without type

2024-02-18 Thread Mike Banon
After this commit - https://review.coreboot.org/c/coreboot/+/79058 - now I always have this warning while doing a "make menuconfig" : src/soc/intel/xeon_sp/Kconfig:95:warning: config symbol defined without type To fix this, please add the "bool" line before "default y" to specify the config symbo

[coreboot] Re: src/soc/intel/xeon_sp/Kconfig:95:warning: config symbol defined without type

2024-02-18 Thread Arthur Heymans
H I'm not seeing this and the type of the option is set in src/device/Kconfig. Do you have some local changes that affect that? Arthur On Sun, Feb 18, 2024 at 6:33 PM Mike Banon wrote: > After this commit - https://review.coreboot.org/c/coreboot/+/79058 - > now I always have this warning while