coreboot/src/mainboard/ibm/Kconfig
<<
>>
Prefs
   1if VENDOR_IBM
   2
   3choice
   4        prompt "Mainboard model"
   5
   6config BOARD_IBM_E325
   7        bool "eServer 325"
   8config BOARD_IBM_E326
   9        bool "eServer 326"
  10
  11endchoice
  12
  13source "src/mainboard/ibm/e325/Kconfig"
  14source "src/mainboard/ibm/e326/Kconfig"
  15
  16config MAINBOARD_VENDOR
  17        string
  18        default "IBM"
  19
  20endif # VENDOR_IBM
  21
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.