include/arch/x86/cpu.h is probably not the best place for this, but AFAIK it should be included by and work for all possible targets. Another possible solution is something like this, I don't think I like it as well, and it fails the KISS test IMO:<br>
<br>mainboard/Kconfig:<br>config COREBOOT_ROMSIZE_KB_128<br>    bool "128 KB"<br>    depends (0xffffffff - (128 * 1024) > (CONFIG_CARBASE + CONFIG_CARSIZE)))<br>    help<br>      Choose this option if you have a 128 KB ROM chip.<br>
<br>-Corey<br>