David Hendricks ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2076

-gerrit

commit ce89db546ebf12019b90e7fdfd62d6aec11e5b24
Author: David Hendricks <[email protected]>
Date:   Thu Dec 27 13:33:36 2012 -0800

    corrections for MAX77686 config variable
    
    Fix some minor discrepancies which prevented the MAX77676 from
    getting compiled in properly.
    
    Change-Id: Ib29136da6c15a4bdb24926a91729431c507cd209
    Signed-off-by: David Hendricks <[email protected]>
---
 src/drivers/maxim/Makefile.inc     | 2 +-
 src/drivers/maxim/max77686/Kconfig | 4 ++--
 src/mainboard/google/snow/Kconfig  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/drivers/maxim/Makefile.inc b/src/drivers/maxim/Makefile.inc
index 31c3d75..578f659 100644
--- a/src/drivers/maxim/Makefile.inc
+++ b/src/drivers/maxim/Makefile.inc
@@ -17,4 +17,4 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-subdirs-$(CONFIG_DRIVERS_MAXIM_MAX77676) += max77686
+subdirs-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686/
diff --git a/src/drivers/maxim/max77686/Kconfig 
b/src/drivers/maxim/max77686/Kconfig
index ada06f6..5d9ca61 100644
--- a/src/drivers/maxim/max77686/Kconfig
+++ b/src/drivers/maxim/max77686/Kconfig
@@ -17,8 +17,8 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-config DRIVER_MAXIM_77686
+config DRIVER_MAXIM_MAX77686
        bool
        default n
        help
-         Maxim 77686 power regulator
+         Maxim MAX77686 power regulator
diff --git a/src/mainboard/google/snow/Kconfig 
b/src/mainboard/google/snow/Kconfig
index 8c465b2..4a7fced 100644
--- a/src/mainboard/google/snow/Kconfig
+++ b/src/mainboard/google/snow/Kconfig
@@ -27,7 +27,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select CONSOLE_SERIAL_NONSTANDARD_MEM   # enable serial debugging
 #      select EC_GOOGLE_CHROMEEC
        select BOARD_ROMSIZE_KB_4096
-       select DRIVER_MAXIM_77686
+       select DRIVER_MAXIM_MAX77686
 #      select HAVE_ACPI_TABLES
 #      select MMCONF_SUPPORT
 #      select CHROMEOS

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to