diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-23 13:01:43 -0700 |
---|---|---|
committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-11-09 17:30:10 +0800 |
commit | c284464658acab50c67ff65ff3dc9215a0231ad2 (patch) | |
tree | 8242020e66a204c7c86fbe4a563b9634d47b7d63 /arch/unicore32 | |
parent | 60541d778e536455970281de25b2476e01c03aef (diff) | |
download | linux-c284464658acab50c67ff65ff3dc9215a0231ad2.tar.bz2 |
arch/unicore32: remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is
almost always enabled by default. As agreed during the Linux kernel
summit, remove it.
CC: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index fda37c941c10..c4fbb21e802b 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -221,7 +221,7 @@ config PUV3_GPIO bool depends on !ARCH_FPGA select GENERIC_GPIO - select GPIO_SYSFS if EXPERIMENTAL + select GPIO_SYSFS default y if PUV3_NB0916 |