i wanted to add the integrated codec machine driver in Kconfig file but it is throwing the error when i compile .
###################################################################################
CONTENT added to the Kconfig file:
-------------------------------------------------
config SND_SOC_IMX_WM8960
tristate "SoC Audio support for i.MX boards with wm8960"
depends on OF && I2C && INPUT
select SND_SOC_WM8960
select SND_SOC_IMX_PCM_DMA
select SND_SOC_FSL_SAI
select SND_SOC_FSL_UTILS
select SND_KCTL_JACK
help
Say Y if you want to add support for SoC audio on an i.MX board with
a wm8960 codec.
#################################################################################
ERROR:
-----------
Console input/output is redirected. Run 'make oldconfig' to update configuration.
|
| make[4]: *** [silentoldconfig] Error 1
| make[3]: *** [silentoldconfig] Error 2
| make[2]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
| make[2]: *** Waiting for unfinished jobs....
| make[1]: *** [sub-make] Error 2
| make: *** [__sub-make] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
Please can i know what is the problem
Hello,
Which i.MX device are you using?
Best regards,
Diego.