tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / amd / rumba / Kconfig
blobdfdf5edd479d2cc8878faba5070eef52a6c9a0de
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
15 if BOARD_AMD_RUMBA
17 config BOARD_SPECIFIC_OPTIONS # dummy
18         def_bool y
19         select CPU_AMD_GEODE_GX2
20         select NORTHBRIDGE_AMD_GX2
21         select SOUTHBRIDGE_AMD_CS5536
22         select SUPERIO_WINBOND_W83627HF
23         select UDELAY_TSC
24         select HAVE_PIRQ_TABLE
25         select BOARD_ROMSIZE_KB_256
26         select POWER_BUTTON_FORCE_ENABLE
27         select GX2_PROCESSOR_MHZ_366
29 config MAINBOARD_DIR
30         string
31         default amd/rumba
33 config MAINBOARD_PART_NUMBER
34         string
35         default "Rumba"
37 config IRQ_SLOT_COUNT
38         int
39         default 2
41 endif # BOARD_AMD_RUMBA