* ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs
@ 2012-08-26 8:04 박상수
2012-08-27 17:13 ` Mark Brown
2012-08-27 18:06 ` Kukjin Kim
0 siblings, 2 replies; 5+ messages in thread
From: 박상수 @ 2012-08-26 8:04 UTC (permalink / raw)
To: linux-arm-kernel
All EXYNOSs use SND_SOC_SAMSUNG configuration.
This patch change Kconfig to support all EXYNOSs like EXYNOS4 and EXYNOS5.
Signed-off-by: Sangsu Park <sangsu4u.park@samsung.com>
---
sound/soc/samsung/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index f17dd25..9e64ae6 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -1,6 +1,6 @@
config SND_SOC_SAMSUNG
tristate "ASoC support for Samsung"
- depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 ||
ARCH_EXYNOS4
+ depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 ||
ARCH_EXYNOS
select S3C64XX_DMA if ARCH_S3C64XX
select S3C2410_DMA if ARCH_S3C24XX
help
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs
2012-08-26 8:04 ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs 박상수
@ 2012-08-27 17:13 ` Mark Brown
2012-08-27 18:06 ` Kukjin Kim
1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2012-08-27 17:13 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Aug 26, 2012 at 05:04:37PM +0900, ????? wrote:
> All EXYNOSs use SND_SOC_SAMSUNG configuration.
> This patch change Kconfig to support all EXYNOSs like EXYNOS4 and EXYNOS5.
git can't figure out how to apply your patch due to your character set:
fatal: cannot convert from ks_c_5601-1987 to UTF-8
^ permalink raw reply [flat|nested] 5+ messages in thread
* ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs
2012-08-26 8:04 ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs 박상수
2012-08-27 17:13 ` Mark Brown
@ 2012-08-27 18:06 ` Kukjin Kim
2012-08-27 18:08 ` Mark Brown
1 sibling, 1 reply; 5+ messages in thread
From: Kukjin Kim @ 2012-08-27 18:06 UTC (permalink / raw)
To: linux-arm-kernel
On 08/26/12 01:04, ??? wrote:
> All EXYNOSs use SND_SOC_SAMSUNG configuration.
> This patch change Kconfig to support all EXYNOSs like EXYNOS4 and EXYNOS5.
>
> Signed-off-by: Sangsu Park<sangsu4u.park@samsung.com>
> ---
> sound/soc/samsung/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
> index f17dd25..9e64ae6 100644
> --- a/sound/soc/samsung/Kconfig
> +++ b/sound/soc/samsung/Kconfig
> @@ -1,6 +1,6 @@
> config SND_SOC_SAMSUNG
> tristate "ASoC support for Samsung"
> - depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 ||
> ARCH_EXYNOS4
> + depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 ||
> ARCH_EXYNOS
Hmm, all of Samsung stuff is available...so how about?
+ depends on PLAT_SAMSUNG
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 5+ messages in thread
* ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs
2012-08-27 18:06 ` Kukjin Kim
@ 2012-08-27 18:08 ` Mark Brown
2012-08-27 22:59 ` Kukjin Kim
0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2012-08-27 18:08 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Aug 27, 2012 at 11:06:47AM -0700, Kukjin Kim wrote:
> Hmm, all of Samsung stuff is available...so how about?
>
> + depends on PLAT_SAMSUNG
Yes, that's a very good idea!
^ permalink raw reply [flat|nested] 5+ messages in thread
* ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs
2012-08-27 18:08 ` Mark Brown
@ 2012-08-27 22:59 ` Kukjin Kim
0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2012-08-27 22:59 UTC (permalink / raw)
To: linux-arm-kernel
On 08/27/12 11:08, Mark Brown wrote:
> On Mon, Aug 27, 2012 at 11:06:47AM -0700, Kukjin Kim wrote:
>
>> Hmm, all of Samsung stuff is available...so how about?
>>
>> + depends on PLAT_SAMSUNG
>
> Yes, that's a very good idea!
Mark, thanks.
Sangsu, could you please re-submit as per my suggestion?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-27 22:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 8:04 ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs 박상수
2012-08-27 17:13 ` Mark Brown
2012-08-27 18:06 ` Kukjin Kim
2012-08-27 18:08 ` Mark Brown
2012-08-27 22:59 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).