linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91/at91_dt_defconfig: enable sound support
@ 2014-06-06  9:37 Bo Shen
  2014-06-06  9:37 ` [PATCH 2/2] ARM: at91/sama5_defconfig: " Bo Shen
  2014-06-10 12:33 ` [PATCH 1/2] ARM: at91/at91_dt_defconfig: " Nicolas Ferre
  0 siblings, 2 replies; 4+ messages in thread
From: Bo Shen @ 2014-06-06  9:37 UTC (permalink / raw)
  To: linux-arm-kernel

As sound support depends on ssc, i2c and dma, so also enable them.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 arch/arm/configs/at91_dt_defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 300ded9..bd0a307 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -77,6 +77,7 @@ CONFIG_BLK_DEV_RAM_COUNT=4
 CONFIG_BLK_DEV_RAM_SIZE=8192
 CONFIG_ATMEL_PWM=y
 CONFIG_ATMEL_TCLIB=y
+CONFIG_ATMEL_SSC=y
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_SCSI_MULTI_LUN=y
@@ -128,6 +129,7 @@ CONFIG_SERIAL_ATMEL=y
 CONFIG_SERIAL_ATMEL_CONSOLE=y
 CONFIG_HW_RANDOM=y
 CONFIG_I2C=y
+CONFIG_I2C_AT91=y
 CONFIG_I2C_GPIO=y
 CONFIG_SPI=y
 CONFIG_SPI_ATMEL=y
@@ -149,6 +151,13 @@ CONFIG_FONT_8x8=y
 CONFIG_FONT_ACORN_8x8=y
 CONFIG_FONT_MINI_4x6=y
 CONFIG_LOGO=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_ATMEL_SOC=y
+CONFIG_SND_AT91_SOC_SAM9G20_WM8731=y
+CONFIG_SND_ATMEL_SOC_WM8904=y
+CONFIG_SND_AT91_SOC_SAM9X5_WM8731=y
 CONFIG_USB=y
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 CONFIG_USB_EHCI_HCD=y
@@ -178,6 +187,7 @@ CONFIG_RTC_DRV_RV3029C2=y
 CONFIG_RTC_DRV_AT91RM9200=y
 CONFIG_RTC_DRV_AT91SAM9=y
 CONFIG_DMADEVICES=y
+CONFIG_AT_HDMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_EXT4_FS=y
 CONFIG_FANOTIFY=y
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ARM: at91/sama5_defconfig: enable sound support
  2014-06-06  9:37 [PATCH 1/2] ARM: at91/at91_dt_defconfig: enable sound support Bo Shen
@ 2014-06-06  9:37 ` Bo Shen
  2014-06-10 12:33   ` Nicolas Ferre
  2014-06-10 12:33 ` [PATCH 1/2] ARM: at91/at91_dt_defconfig: " Nicolas Ferre
  1 sibling, 1 reply; 4+ messages in thread
From: Bo Shen @ 2014-06-06  9:37 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 arch/arm/configs/sama5_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index dc3881e..c8613f0 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -144,6 +144,11 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 # CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_ATMEL_SOC=y
+CONFIG_SND_ATMEL_SOC_WM8904=y
 # CONFIG_HID_GENERIC is not set
 CONFIG_USB=y
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 1/2] ARM: at91/at91_dt_defconfig: enable sound support
  2014-06-06  9:37 [PATCH 1/2] ARM: at91/at91_dt_defconfig: enable sound support Bo Shen
  2014-06-06  9:37 ` [PATCH 2/2] ARM: at91/sama5_defconfig: " Bo Shen
@ 2014-06-10 12:33 ` Nicolas Ferre
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2014-06-10 12:33 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/06/2014 11:37, Bo Shen :
> As sound support depends on ssc, i2c and dma, so also enable them.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>


Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Added to at91-3.17-defconfig. Thanks.

> ---
>  arch/arm/configs/at91_dt_defconfig | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
> index 300ded9..bd0a307 100644
> --- a/arch/arm/configs/at91_dt_defconfig
> +++ b/arch/arm/configs/at91_dt_defconfig
> @@ -77,6 +77,7 @@ CONFIG_BLK_DEV_RAM_COUNT=4
>  CONFIG_BLK_DEV_RAM_SIZE=8192
>  CONFIG_ATMEL_PWM=y
>  CONFIG_ATMEL_TCLIB=y
> +CONFIG_ATMEL_SSC=y
>  CONFIG_SCSI=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_SCSI_MULTI_LUN=y
> @@ -128,6 +129,7 @@ CONFIG_SERIAL_ATMEL=y
>  CONFIG_SERIAL_ATMEL_CONSOLE=y
>  CONFIG_HW_RANDOM=y
>  CONFIG_I2C=y
> +CONFIG_I2C_AT91=y
>  CONFIG_I2C_GPIO=y
>  CONFIG_SPI=y
>  CONFIG_SPI_ATMEL=y
> @@ -149,6 +151,13 @@ CONFIG_FONT_8x8=y
>  CONFIG_FONT_ACORN_8x8=y
>  CONFIG_FONT_MINI_4x6=y
>  CONFIG_LOGO=y
> +CONFIG_SOUND=y
> +CONFIG_SND=y
> +CONFIG_SND_SOC=y
> +CONFIG_SND_ATMEL_SOC=y
> +CONFIG_SND_AT91_SOC_SAM9G20_WM8731=y
> +CONFIG_SND_ATMEL_SOC_WM8904=y
> +CONFIG_SND_AT91_SOC_SAM9X5_WM8731=y
>  CONFIG_USB=y
>  CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
>  CONFIG_USB_EHCI_HCD=y
> @@ -178,6 +187,7 @@ CONFIG_RTC_DRV_RV3029C2=y
>  CONFIG_RTC_DRV_AT91RM9200=y
>  CONFIG_RTC_DRV_AT91SAM9=y
>  CONFIG_DMADEVICES=y
> +CONFIG_AT_HDMAC=y
>  # CONFIG_IOMMU_SUPPORT is not set
>  CONFIG_EXT4_FS=y
>  CONFIG_FANOTIFY=y
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ARM: at91/sama5_defconfig: enable sound support
  2014-06-06  9:37 ` [PATCH 2/2] ARM: at91/sama5_defconfig: " Bo Shen
@ 2014-06-10 12:33   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2014-06-10 12:33 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/06/2014 11:37, Bo Shen :
> Signed-off-by: Bo Shen <voice.shen@atmel.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Added to at91-3.17-defconfig. Thanks.

> ---
>  arch/arm/configs/sama5_defconfig | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
> index dc3881e..c8613f0 100644
> --- a/arch/arm/configs/sama5_defconfig
> +++ b/arch/arm/configs/sama5_defconfig
> @@ -144,6 +144,11 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y
>  CONFIG_BACKLIGHT_CLASS_DEVICE=y
>  # CONFIG_BACKLIGHT_GENERIC is not set
>  CONFIG_FRAMEBUFFER_CONSOLE=y
> +CONFIG_SOUND=y
> +CONFIG_SND=y
> +CONFIG_SND_SOC=y
> +CONFIG_SND_ATMEL_SOC=y
> +CONFIG_SND_ATMEL_SOC_WM8904=y
>  # CONFIG_HID_GENERIC is not set
>  CONFIG_USB=y
>  CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-10 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06  9:37 [PATCH 1/2] ARM: at91/at91_dt_defconfig: enable sound support Bo Shen
2014-06-06  9:37 ` [PATCH 2/2] ARM: at91/sama5_defconfig: " Bo Shen
2014-06-10 12:33   ` Nicolas Ferre
2014-06-10 12:33 ` [PATCH 1/2] ARM: at91/at91_dt_defconfig: " Nicolas Ferre

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).