diff options
Diffstat (limited to 'src/mainboard/nec/Kconfig')
-rw-r--r-- | src/mainboard/nec/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/mainboard/nec/Kconfig b/src/mainboard/nec/Kconfig index 660d2bc229..068d4bb182 100644 --- a/src/mainboard/nec/Kconfig +++ b/src/mainboard/nec/Kconfig @@ -16,12 +16,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_NEC choice prompt "Mainboard model" - depends on VENDOR_NEC -source "src/mainboard/nec/powermate2000/Kconfig" +config BOARD_NEC_POWERMATE_2000 + bool "PowerMate 2000" endchoice +source "src/mainboard/nec/powermate2000/Kconfig" + +config MAINBOARD_VENDOR + string + default "NEC" + +endif # VENDOR_NEC |