diff options
Diffstat (limited to 'src/mainboard/winent/pl6064/Kconfig')
-rw-r--r-- | src/mainboard/winent/pl6064/Kconfig | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/mainboard/winent/pl6064/Kconfig b/src/mainboard/winent/pl6064/Kconfig new file mode 100644 index 0000000000..45f7a75995 --- /dev/null +++ b/src/mainboard/winent/pl6064/Kconfig @@ -0,0 +1,38 @@ +config BOARD_WINENT_PL6064 + bool "PL6064" + select ARCH_X86 + select CPU_AMD_LX + select NORTHBRIDGE_AMD_LX + select SOUTHBRIDGE_AMD_CS5536 + select SUPERIO_WINBOND_W83627HF + select HAVE_PIRQ_TABLE + select PIRQ_ROUTE + select UDELAY_TSC + select USE_DCACHE_RAM + select USE_PRINTK_IN_CAR + select BOARD_ROMSIZE_KB_512 + +config MAINBOARD_DIR + string + default winent/pl6064 + depends on BOARD_WINENT_PL6064 + +config MAINBOARD_PART_NUMBER + string + default "PL6064" + depends on BOARD_WINENT_PL6064 + +config HAVE_OPTION_TABLE + bool + default n + depends on BOARD_WINENT_PL6064 + +config IRQ_SLOT_COUNT + int + default 7 + depends on BOARD_WINENT_PL6064 + +config RAMBASE + hex + default 0x4000 + depends on BOARD_WINENT_PL6064 |