diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-11 13:38:47 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 14:38:06 +0100 |
commit | c7dcec7dd463907c451048b04f30d1870fe5cacc (patch) | |
tree | 0239b0d94995fdfdc1b8f41408d9bb364a8132ad /arch/arc | |
parent | 392b21897d6cbff55c5b28910dfdc74e3020de6c (diff) | |
download | op-kernel-dev-c7dcec7dd463907c451048b04f30d1870fe5cacc.zip op-kernel-dev-c7dcec7dd463907c451048b04f30d1870fe5cacc.tar.gz |
Kconfig: Remove useless "default N" lines
A number of Kconfig entries default to (uppercase) "N". It was clearly
intended to use "default n". But since (lowercase) "n" is the default
anyway, these lines might as well be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 9063ae6..3d7f113 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -356,7 +356,6 @@ config ARC_CURR_IN_REG config ARC_MISALIGN_ACCESS bool "Emulate unaligned memory access (userspace only)" - default N select SYSCTL_ARCH_UNALIGN_NO_WARN select SYSCTL_ARCH_UNALIGN_ALLOW help |