-- Ward Vandewege <[EMAIL PROTECTED]> Free Software Foundation - Senior System Administrator
Add configuration option for the m57sli board in the kconfig menus.
Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]> Index: config/platforms/Config.in =================================================================== --- config/platforms/Config.in (revision 17) +++ config/platforms/Config.in (working copy) @@ -26,5 +26,9 @@ bool "AMD DB800" select PLATFORM +config PLATFORM_M57SLI + bool "Gigabyte M57SLI" + select PLATFORM + endchoice endmenu Index: config/platforms/platforms.conf =================================================================== --- config/platforms/platforms.conf (revision 17) +++ config/platforms/platforms.conf (working copy) @@ -11,5 +11,6 @@ PLATFORM-$(CONFIG_PLATFORM_MSM800SEV) = msm800sev.conf PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf +PLATFORM-$(CONFIG_PLATFORM_M57SLI) = m57sli.conf include $(CONFIG_DIR)/platforms/$(PLATFORM-y)
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
