blob: 354ca810b4599db94468dac5315d3e5b6eee4090 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_TRAVERSE_GEOS
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Kyösti Mälkki7916f4c2012-02-09 16:07:41 +02005 select CPU_AMD_GEODE_LX
Nathan Williams1a169d22010-05-20 07:35:17 +00006 select NORTHBRIDGE_AMD_LX
7 select SOUTHBRIDGE_AMD_CS5536
8 select HAVE_PIRQ_TABLE
9 select PIRQ_ROUTE
10 select UDELAY_TSC
Nathan Williams1a169d22010-05-20 07:35:17 +000011 select BOARD_ROMSIZE_KB_1024
Peter Stuge51eafde2010-10-13 06:23:02 +000012 select POWER_BUTTON_DEFAULT_DISABLE
Patrick Georgi7dc28642012-07-13 19:06:22 +020013 select PLL_MANUAL_CONFIG
14 select CORE_GLIU_500_400
Nathan Williams1a169d22010-05-20 07:35:17 +000015
16config MAINBOARD_DIR
17 string
18 default traverse/geos
Nathan Williams1a169d22010-05-20 07:35:17 +000019
20config MAINBOARD_PART_NUMBER
21 string
22 default "Geos"
Nathan Williams1a169d22010-05-20 07:35:17 +000023
Nathan Williams1a169d22010-05-20 07:35:17 +000024config IRQ_SLOT_COUNT
25 int
26 default 6
Nathan Williams1a169d22010-05-20 07:35:17 +000027
Patrick Georgi7dc28642012-07-13 19:06:22 +020028config PLLMSRlo
Martin Roth595e7772015-04-26 18:53:26 -060029 hex
30 default 0x00de602e
Patrick Georgi7dc28642012-07-13 19:06:22 +020031
Jens Rottmann9a684fc2010-08-30 16:36:51 +000032endif # BOARD_TRAVERSE_GEOS