diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-04-26 07:13:54 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-05-02 08:52:13 +0200 |
commit | 93f7bfd930c04039288db0a6bc46596aad5bd8b9 (patch) | |
tree | 3a199c7ac41e12ef41ac71b8f557af2c20a38348 /arch/arm64/configs/defconfig | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-93f7bfd930c04039288db0a6bc46596aad5bd8b9.tar.bz2 |
arm64: defconfig: makes SND_SIMPLE_CARD to module
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ecf613761e78..53b3e3a56870 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -439,7 +439,7 @@ CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_AK4613=m -CONFIG_SND_SIMPLE_CARD=y +CONFIG_SND_SIMPLE_CARD=m CONFIG_USB=y CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y |