diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-11 07:38:47 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 08:38:06 -0500 |
commit | c7dcec7dd463907c451048b04f30d1870fe5cacc (patch) | |
tree | 0239b0d94995fdfdc1b8f41408d9bb364a8132ad /arch/cris | |
parent | 392b21897d6cbff55c5b28910dfdc74e3020de6c (diff) |
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/cris')
-rw-r--r-- | arch/cris/arch-v32/drivers/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig index 6792503aaf79..15a9ed1d579c 100644 --- a/arch/cris/arch-v32/drivers/Kconfig +++ b/arch/cris/arch-v32/drivers/Kconfig | |||
@@ -11,7 +11,6 @@ config ETRAX_ETHERNET | |||
11 | config ETRAX_NO_PHY | 11 | config ETRAX_NO_PHY |
12 | bool "PHY not present" | 12 | bool "PHY not present" |
13 | depends on ETRAX_ETHERNET | 13 | depends on ETRAX_ETHERNET |
14 | default N | ||
15 | help | 14 | help |
16 | This option disables all MDIO communication with an ethernet | 15 | This option disables all MDIO communication with an ethernet |
17 | transceiver connected to the MII interface. This option shall | 16 | transceiver connected to the MII interface. This option shall |
@@ -116,7 +115,6 @@ config ETRAX_AXISFLASHMAP | |||
116 | config ETRAX_AXISFLASHMAP_MTD0WHOLE | 115 | config ETRAX_AXISFLASHMAP_MTD0WHOLE |
117 | bool "MTD0 is whole boot flash device" | 116 | bool "MTD0 is whole boot flash device" |
118 | depends on ETRAX_AXISFLASHMAP | 117 | depends on ETRAX_AXISFLASHMAP |
119 | default N | ||
120 | help | 118 | help |
121 | When this option is not set, mtd0 refers to the first partition | 119 | When this option is not set, mtd0 refers to the first partition |
122 | on the boot flash device. When set, mtd0 refers to the whole | 120 | on the boot flash device. When set, mtd0 refers to the whole |