From 4c796ea7c6f4971f2ff19ec707b3452da05c456e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 23 Feb 2012 13:54:23 +0200 Subject: Ati video: Apply un-written naming rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename Kconfig to match directory name. Change-Id: Idebc203bbc9a02599dfc3e65be021aa9e1b23d61 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/678 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/drivers/ati/ragexl/Kconfig | 2 +- src/drivers/ati/ragexl/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/ati/ragexl') diff --git a/src/drivers/ati/ragexl/Kconfig b/src/drivers/ati/ragexl/Kconfig index 117aa66314..86109b1a43 100644 --- a/src/drivers/ati/ragexl/Kconfig +++ b/src/drivers/ati/ragexl/Kconfig @@ -1,2 +1,2 @@ -config ATI_RAGE_XL +config DRIVERS_ATI_RAGEXL bool diff --git a/src/drivers/ati/ragexl/Makefile.inc b/src/drivers/ati/ragexl/Makefile.inc index 107885e4ad..8b59597975 100644 --- a/src/drivers/ati/ragexl/Makefile.inc +++ b/src/drivers/ati/ragexl/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_ATI_RAGE_XL) += xlinit.c +driver-$(CONFIG_DRIVERS_ATI_RAGEXL) += xlinit.c -- cgit v1.2.3