diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-27 21:26:46 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 21:26:46 +0000 |
commit | c0bde289c2173eec0e06b657290a8dab151e65a9 (patch) | |
tree | 71aa6177b9ff7e6cd9b30b57db5abf27ea17b377 /src/mainboard/olpc/Kconfig | |
parent | e0afe735a0fa0564a9ab082593c60f56c291493a (diff) |
Good bye, OLPC...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Nils Jacobs <njacobs8@hetnet.nl>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5872 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc/Kconfig')
-rw-r--r-- | src/mainboard/olpc/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/olpc/Kconfig b/src/mainboard/olpc/Kconfig deleted file mode 100644 index c297f3295a..0000000000 --- a/src/mainboard/olpc/Kconfig +++ /dev/null @@ -1,20 +0,0 @@ -if VENDOR_OLPC - -choice - prompt "Mainboard model" - -config BOARD_OLPC_BTEST - bool "btest" -config BOARD_OLPC_REV_A - bool "rev_a" - -endchoice - -source "src/mainboard/olpc/btest/Kconfig" -source "src/mainboard/olpc/rev_a/Kconfig" - -config MAINBOARD_VENDOR - string - default "OLPC" - -endif # VENDOR_OLPC |