[PATCH] Drop default from "DM365 codec select" choice

From: Paul Bolle
Date: Wed Oct 12 2011 - 09:09:34 EST


SND_DM365_EXTERNAL_CODEC does not exist, so it's a useless default.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
Testing this with "make ARCH=arm menuconfig" (and enabling a number of
dependencies) this "choice" still defaults to the first option (as
choices apparently do when no default is specified).

sound/soc/davinci/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index 6bbf001..9e11a14 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -29,7 +29,6 @@ choice
prompt "DM365 codec select"
depends on SND_DAVINCI_SOC_EVM
depends on MACH_DAVINCI_DM365_EVM
- default SND_DM365_EXTERNAL_CODEC

config SND_DM365_AIC3X_CODEC
bool "Audio Codec - AIC3101"
--
1.7.4.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/