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/socfpga_arria5.h | |
parent | 27e721564591f6f0a5246dcee418cac9d061012e (diff) |
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/socfpga_arria5.h')
-rw-r--r-- | include/configs/socfpga_arria5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_arria5.h b/include/configs/socfpga_arria5.h index 668a91e116..b8e1c47651 100644 --- a/include/configs/socfpga_arria5.h +++ b/include/configs/socfpga_arria5.h @@ -37,7 +37,6 @@ #define CONFIG_CMD_USB #define CONFIG_CMD_USB_MASS_STORAGE -#define CONFIG_REGEX /* Enable regular expression support */ /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */ |