diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-16 13:07:59 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-16 13:07:59 +0000 |
commit | 23f703464a45c4c5df53c40ef3152083f3c921fa (patch) | |
tree | f2fc3d925035873bda3cc72af1f7cfeb0a7277e4 /src/southbridge/ti/Kconfig | |
parent | 96d8fef5d2151878d96f6b445ec1678a529b4001 (diff) | |
download | coreboot-23f703464a45c4c5df53c40ef3152083f3c921fa.tar.xz |
Add TI PCI 7412 support.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/ti/Kconfig')
-rw-r--r-- | src/southbridge/ti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/ti/Kconfig b/src/southbridge/ti/Kconfig index 79286637dd..b101d4940a 100644 --- a/src/southbridge/ti/Kconfig +++ b/src/southbridge/ti/Kconfig @@ -18,3 +18,4 @@ ## source src/southbridge/ti/pci7420/Kconfig +source src/southbridge/ti/pcixx12/Kconfig |