zephyr/drivers
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
..
adc ti_adc108s102: validate num_entries 2018-05-07 22:27:28 -04:00
aio
bluetooth
clock_control
console
counter
crypto
display
dma drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
entropy
ethernet
flash
gpio gpio: Add imx gpio driver shim 2018-05-02 12:48:14 -05:00
grove
i2c
i2s kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
ieee802154
interrupt_controller
ipm
led drivers: led: Add system call handler support 2018-05-04 10:07:39 -07:00
led_strip
net
pci
pinmux pinmux: remove user mode access 2018-05-07 22:20:20 -04:00
pwm
rtc
sensor
serial uart_qmsi: fix possible divide-by-zero 2018-05-07 22:25:48 -04:00
spi spi: Fix mcux dspi driver to parse lsb transfer mode correctly 2018-05-02 10:59:11 -04:00
timer
usb
watchdog
wifi
CMakeLists.txt
Kconfig