summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in.2
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
commit96245813d8e81bc4534e810e5daab639468ac20c (patch)
treed111d40ece0ed422647b70d53c99eaad44f8749e /config/libc/newlib.in.2
parent8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff)
kconfig: remove useless 'default n'
kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/libc/newlib.in.2')
-rw-r--r--config/libc/newlib.in.24
1 files changed, 0 insertions, 4 deletions
diff --git a/config/libc/newlib.in.2 b/config/libc/newlib.in.2
index ee483bd..914802f 100644
--- a/config/libc/newlib.in.2
+++ b/config/libc/newlib.in.2
@@ -3,21 +3,18 @@
config LIBC_NEWLIB_IO_C99FMT
bool
prompt "Enable IOs on C99 formats"
- default n
help
Enable support for IOs on C99 formats.
config LIBC_NEWLIB_IO_LL
bool
prompt "Enable IOs on long long"
- default n
help
Enable support for IOs on long long integers.
config LIBC_NEWLIB_IO_FLOAT
bool
prompt "Enable IOs on floats and doubles"
- default n
help
Enable support for IOs on floating point
values (float and double).
@@ -25,7 +22,6 @@ config LIBC_NEWLIB_IO_FLOAT
config LIBC_NEWLIB_IO_LDBL
bool
prompt "Enable IOs on long doubles"
- default n
depends on LIBC_NEWLIB_IO_FLOAT
help
Enable support for IOs on long doubles.