From 1a60650c732bd5f717682054a100d4682ab9e626 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 21 Apr 2015 17:02:42 -0500 Subject: kconfig: Move REGEX to Kconfig Having this as a Kconfig allows it to be a dependent feature. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- configs/yosemite_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/yosemite_defconfig') diff --git a/configs/yosemite_defconfig b/configs/yosemite_defconfig index d5eea68c04a..554b8dc6dbe 100644 --- a/configs/yosemite_defconfig +++ b/configs/yosemite_defconfig @@ -2,3 +2,4 @@ CONFIG_SYS_EXTRA_OPTIONS="YOSEMITE" CONFIG_PPC=y CONFIG_4xx=y CONFIG_TARGET_YOSEMITE=y +CONFIG_REGEX=y -- cgit v1.2.3