diff options
author | Tom Rini <trini@konsulko.com> | 2015-04-03 09:14:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-03 09:14:44 -0400 |
commit | d68df028099235c5316eec1ed5f586f3744a8707 (patch) | |
tree | d84182b69c8a1d8e6b3e1256d3a5323b9634ed35 /arch/Kconfig | |
parent | 692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2 (diff) | |
parent | d5717e894497124fd44289a37f818ee301640c70 (diff) | |
download | u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.zip u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.tar.gz u-boot-imx-d68df028099235c5316eec1ed5f586f3744a8707.tar.bz2 |
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index ca617e7..2ca5305 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -14,6 +14,7 @@ config ARC select HAVE_PRIVATE_LIBGCC select HAVE_GENERIC_BOARD select SYS_GENERIC_BOARD + select SUPPORT_OF_CONTROL config ARM bool "ARM architecture" |