From e293440faaf882dbee4c85b8287fe9e21d91f70f Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 27 Dec 2012 13:33:36 -0800 Subject: 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 Reviewed-on: http://review.coreboot.org/2076 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Ronald G. Minnich --- src/drivers/maxim/Makefile.inc | 2 +- src/drivers/maxim/max77686/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/maxim/Makefile.inc b/src/drivers/maxim/Makefile.inc index 31c3d75dea..578f65920a 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 ada06f6e60..5d9ca6135e 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 -- cgit v1.2.3