As far as I can tell the Kconfig symbol DRIVERS_I2C_IDREG never actually existed in the coreboot codebase. I didn't see anything that it might have been a typo of. Change-Id: Ib17de670e38e07ab4a4745143c42fa85da1754e1 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12563 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
35 lines
611 B
Plaintext
35 lines
611 B
Plaintext
if BOARD_BACHMANN_OT200
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select CPU_AMD_GEODE_LX
|
|
select NORTHBRIDGE_AMD_LX
|
|
select SOUTHBRIDGE_AMD_CS5536
|
|
select HAVE_PIRQ_TABLE
|
|
select PIRQ_ROUTE
|
|
select UDELAY_TSC
|
|
select BOARD_ROMSIZE_KB_2048
|
|
select POWER_BUTTON_DEFAULT_DISABLE
|
|
select PLL_MANUAL_CONFIG
|
|
select CORE_GLIU_500_266
|
|
select HAVE_OPTION_TABLE
|
|
select HAVE_CMOS_DEFAULT
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default bachmann/ot200
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "OT200"
|
|
|
|
config IRQ_SLOT_COUNT
|
|
int
|
|
default 6
|
|
|
|
config PLLMSRlo
|
|
hex
|
|
default 0x07de001e
|
|
|
|
endif # BOARD_BACHMANN_OT200
|