diff options
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 |