diff options
Diffstat (limited to 'src/mainboard/gizmosphere/Kconfig')
-rw-r--r-- | src/mainboard/gizmosphere/Kconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mainboard/gizmosphere/Kconfig b/src/mainboard/gizmosphere/Kconfig index 715da8f9ed..4238ec5ffe 100644 --- a/src/mainboard/gizmosphere/Kconfig +++ b/src/mainboard/gizmosphere/Kconfig @@ -22,16 +22,11 @@ if VENDOR_GIZMOSPHERE choice prompt "Mainboard model" -config BOARD_GIZMOSPHERE_GIZMO - bool "Gizmo" - -config BOARD_GIZMOSPHERE_GIZMO2 - bool "Gizmo2" +source "src/mainboard/gizmosphere/*/Kconfig.name" endchoice -source "src/mainboard/gizmosphere/gizmo/Kconfig" -source "src/mainboard/gizmosphere/gizmo2/Kconfig" +source "src/mainboard/gizmosphere/*/Kconfig" config MAINBOARD_VENDOR string |