33d0de4d57
boards: spresense: add audio implementation * boards: arm: cxd56xx: add audio implementation Add the board audio control implemantation Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: update audio defconfig Small updates to build the platforms specific audio driver Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: drivers: add audio implementation Add the audio implementation for CXD56XX chip Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * boards: arm: cxd56xx: fix Load switch GPIO During the initial bringup the grong GPIO was set. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
source "drivers/platform/audio/Kconfig"
|
|
source "drivers/platform/sensors/Kconfig"
|