diff options
| author | Kees Cook <keescook@chromium.org> | 2012-10-23 16:01:43 -0400 |
|---|---|---|
| committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-11-09 04:30:10 -0500 |
| commit | c284464658acab50c67ff65ff3dc9215a0231ad2 (patch) | |
| tree | 8242020e66a204c7c86fbe4a563b9634d47b7d63 | |
| parent | 60541d778e536455970281de25b2476e01c03aef (diff) | |
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>
| -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 | |||
| 221 | bool | 221 | bool |
| 222 | depends on !ARCH_FPGA | 222 | depends on !ARCH_FPGA |
| 223 | select GENERIC_GPIO | 223 | select GENERIC_GPIO |
| 224 | select GPIO_SYSFS if EXPERIMENTAL | 224 | select GPIO_SYSFS |
| 225 | default y | 225 | default y |
| 226 | 226 | ||
| 227 | if PUV3_NB0916 | 227 | if PUV3_NB0916 |
