remove trailing whitespace
[coreboot.git] / src / southbridge / amd / cimx / sb900 / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2011 Advanced Micro Devices, Inc.
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.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19
20 config SOUTHBRIDGE_AMD_CIMX_SB900
21         bool
22         default n
23         select IOAPIC
24         select AMD_SB_CIMX
25
26 if SOUTHBRIDGE_AMD_CIMX_SB900
27 config SATA_CONTROLLER_MODE
28         hex
29         default 0x0
30         help
31                 0x0 = Native IDE mode.
32                 0x1 = RAID mode.
33                 0x2 = AHCI mode.
34                 0x3 = Legacy IDE mode.
35                 0x4 = IDE->AHCI mode.
36                 0x5 = AHCI mode as 7804 ID (AMD driver).
37                 0x6 = IDE->AHCI mode as 7804 ID (AMD driver).
38
39 config PCIB_ENABLE
40         bool
41         default n
42         help
43                 n = Disable PCI Bridge Device 14 Function 4.
44                 y = Enable PCI Bridge Device 14 Function 4.
45
46 config ACPI_SCI_IRQ
47         hex
48         default 0x9
49         help
50                 Set SCI IRQ to 9.
51
52 config BOOTBLOCK_SOUTHBRIDGE_INIT
53         string
54         default "southbridge/amd/cimx/sb900/bootblock.c"
55 endif #SOUTHBRIDGE_AMD_CIMX_SB900
56