diff options
Diffstat (limited to 'src/mainboard/ecs/Kconfig')
-rw-r--r-- | src/mainboard/ecs/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mainboard/ecs/Kconfig b/src/mainboard/ecs/Kconfig index 27042738a3..48501f6e6b 100644 --- a/src/mainboard/ecs/Kconfig +++ b/src/mainboard/ecs/Kconfig @@ -17,12 +17,20 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +if VENDOR_ECS choice prompt "Mainboard model" - depends on VENDOR_ECS -source "src/mainboard/ecs/p6iwp-fe/Kconfig" +config BOARD_ECS_P6IWP_FE + bool "P6IWP-FE" endchoice +source "src/mainboard/ecs/p6iwp-fe/Kconfig" + +config MAINBOARD_VENDOR + string + default "ECS" + +endif # VENDOR_ECS |