zephyr/drivers/i2s
Ulf Magnusson 547ed9b563 kconfig: Make 'source' non-globbing and use 'gsource'
Until now, Zephyr has used a patched Kconfiglib that turns 'source' into
a globbing source (by replacing 'source' with 'gsource' at the token
level). There's two problems with this:

  - The patch needs to be maintained separately

  - Misspelled filenames are silently ignored, as they look like glob
    patterns that don't match anything

Fix it as follows:

  1. Replace all 'source' statements that use wildcards with 'gsource'

  2. Remove the custom Kconfiglib patch so that 'source' no longer globs

The sed pattern '/source.*[*?]/s/source/gsource/' was run over all
Kconfig* files to do the replacement.

source's that use environment variables that might contain glob patterns
were manually changed to gsource.

Building the docs in doc/ is a good test, as doc/Makefile deliberately
sets the environment variables to glob up as many Kconfig files as
possible.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-05-08 11:14:12 +02:00
..
CMakeLists.txt drivers: i2s: introduce CAVS I2S 2018-05-01 16:46:41 -04:00
i2s_cavs.c drivers: i2s: introduce CAVS I2S 2018-05-01 16:46:41 -04:00
i2s_cavs.h drivers: i2s: introduce CAVS I2S 2018-05-01 16:46:41 -04:00
i2s_sam_ssc.c drivers: Add Atmel SAM I2S (SSC) driver 2017-11-30 10:30:33 -05:00
Kconfig kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
Kconfig.cavs drivers: i2s: introduce CAVS I2S 2018-05-01 16:46:41 -04:00
Kconfig.sam_ssc kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00