uboot/arch/x86/cpu/coreboot/Kconfig
<<
>>
Prefs
   1if TARGET_COREBOOT
   2
   3config SYS_COREBOOT
   4        bool
   5        default y
   6
   7config CBMEM_CONSOLE
   8        bool
   9        default y
  10
  11config VIDEO_COREBOOT
  12        bool
  13        default y
  14
  15endif
  16