summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-11-06 11:03:33 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-11-06 11:03:33 +0100
commitefe8e3d77c938a1699f2cd0edf8b98c81f33efaf (patch)
tree5cbb7c47949cf997ab00fc3b1314f06c34f7ba4d /arch/arm/mach-tegra
parenta2d16785572f10d08693b3cb6d45555909fc7b83 (diff)
Revert "apalis_t30: Make audio and leds-pwm platform devices dependent on kconfig symbols"
This reverts commit 0b206b99b8b7c27e70fb91bc13e2255cb0cfeb28. Unfortunately there is no CONFIG_AUDIO_SGTL5000_TEGRA! Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/board-apalis_t30.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-tegra/board-apalis_t30.c b/arch/arm/mach-tegra/board-apalis_t30.c
index 2ea3b0f9795a..08c0dd28bc61 100644
--- a/arch/arm/mach-tegra/board-apalis_t30.c
+++ b/arch/arm/mach-tegra/board-apalis_t30.c
@@ -56,7 +56,6 @@
/* I2S */
-#ifdef CONFIG_AUDIO_SGTL5000_TEGRA
static struct tegra_asoc_platform_data apalis_t30_audio_sgtl5000_pdata = {
.gpio_ext_mic_en = -1,
.gpio_hp_det = -1,
@@ -86,7 +85,6 @@ static struct platform_device apalis_t30_audio_sgtl5000_device = {
.id = 0,
.name = "tegra-snd-apalis_t30-sgtl5000",
};
-#endif /* CONFIG_AUDIO_SGTL5000_TEGRA */
/* Camera */
@@ -805,8 +803,6 @@ static void apalis_t30_pci_init(void)
}
/* PWM LEDs */
-
-#ifdef CONFIG_LEDS_PWM
static struct led_pwm tegra_leds_pwm[] = {
{
.max_brightness = 255,
@@ -840,7 +836,6 @@ static struct platform_device tegra_led_pwm_device = {
.id = -1,
.name = "leds_pwm",
};
-#endif /* CONFIG_LEDS_PWM */
/* RTC */
@@ -1576,14 +1571,10 @@ static struct platform_device *apalis_t30_devices[] __initdata = {
&tegra_spdif_device,
&spdif_dit_device,
&tegra_pcm_device,
-#ifdef CONFIG_AUDIO_SGTL5000_TEGRA
&apalis_t30_audio_sgtl5000_device,
-#endif
&tegra_hda_device,
&tegra_cec_device,
-#ifdef CONFIG_LEDS_PWM
&tegra_led_pwm_device,
-#endif
&tegra_pwfm1_device,
&tegra_pwfm2_device,
&tegra_pwfm3_device,