diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-04-21 17:02:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-10 09:59:38 -0400 |
commit | 1a60650c732bd5f717682054a100d4682ab9e626 (patch) | |
tree | 1ea263299a6c6dbbd31d235f50496696a1754bd6 /include/configs/novena.h | |
parent | 27e721564591f6f0a5246dcee418cac9d061012e (diff) | |
download | u-boot-1a60650c732bd5f717682054a100d4682ab9e626.tar.gz |
kconfig: Move REGEX to Kconfig
Having this as a Kconfig allows it to be a dependent feature.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/novena.h')
-rw-r--r-- | include/configs/novena.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index 5f834690f3..425db8adee 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -22,7 +22,6 @@ #define CONFIG_KEYBOARD #define CONFIG_MXC_GPIO #define CONFIG_OF_LIBFDT -#define CONFIG_REGEX #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_NO_FLASH |