diff options
author | Keith Hui <buurin@gmail.com> | 2010-03-05 16:31:41 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-05 16:31:41 +0000 |
commit | ec42c2e8ac5a2d390ae16641312fd4421dab8d42 (patch) | |
tree | ced356c3bb9f0081cd5cf90122c1c0d6f7bf562a /src/mainboard/asus/Kconfig | |
parent | e1ec158c0a96c2bd51afa73e1bb74d64701264b0 (diff) |
Add support for the ASUS P2B-LS mainboard.
Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5188 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/Kconfig')
-rw-r--r-- | src/mainboard/asus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index d0034af97f..d74dec08f8 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -27,6 +27,7 @@ source "src/mainboard/asus/a8v-e_se/Kconfig" source "src/mainboard/asus/p2b/Kconfig" source "src/mainboard/asus/p2b-d/Kconfig" source "src/mainboard/asus/p2b-ds/Kconfig" +source "src/mainboard/asus/p2b-ls/Kconfig" source "src/mainboard/asus/p2b-f/Kconfig" source "src/mainboard/asus/p3b-f/Kconfig" source "src/mainboard/asus/m2v-mx_se/Kconfig" |