zephyr/drivers
Ulf Magnusson 46c19ff18f kconfig: drivers: pwm: Remove redundant deps.
drivers/pwm/Kconfig.esp32 is 'source'd within an 'if PWM' in
drivers/pwm/Kconfig.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 10:04:19 -05:00
..
adc adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
aio drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
audio kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps. 2019-03-09 09:59:15 -05:00
bluetooth include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
can drivers: can: stm32_can: Fix shifting zero width or out of bounds 2019-03-03 23:57:25 -05:00
clock_control kconfig: drivers: clock_control: Remove redundant CLOCK_CONTROL deps. 2019-03-09 10:00:07 -05:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
counter kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
crypto drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
display drivers: ssd1306: fix build for SH1106 controller 2019-02-27 08:54:20 -06:00
dma dma: stm32f4: Use dma_config for checking memcopy support 2019-03-08 07:24:33 -05:00
entropy kconfig: drivers: entropy: Remove duplicated ENTROPY_GENERATOR deps. 2019-03-07 13:38:35 +01:00
ethernet kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
flash kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
gpio gpio: gpio_cmsdk_ahb: Return error for not supported flag 2019-03-08 05:38:27 -06:00
hwinfo shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
i2c kconfig: drivers: i2c: Remove redundant I2C_SLAVE dep. 2019-03-09 10:00:54 -05:00
i2s kconfig: drivers: i2s: Remove redundant deps. 2019-03-09 10:01:12 -05:00
ieee802154 drivers/ieee802154: Switch KW41Z to new net_ptk allocator 2019-02-23 07:44:59 -05:00
interrupt_controller drivers: interrupt_controller: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
ipm kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
led drivers/led: Remove case ranges from the LP3943 LED driver 2019-03-06 17:44:04 -05:00
led_strip drivers: nrf_power_clock: Migrate to DTS. 2019-02-25 17:51:24 +01:00
modem kconfig: drivers: modem: Remove redundant MODEM_WNCM14A2A deps 2019-03-09 09:58:08 -05:00
net net: lldp: Allow generation of documentation 2019-03-01 09:45:06 +01:00
neural_net kconfig: Use a short consistent prompt style 2019-02-27 09:23:30 +01:00
pci kconfig: Remove dead references to CONFIG_PCI_DEBUG 2019-03-07 13:04:29 -06:00
pinmux kconfig: pinmux: Remove lots of redundant PINMUX dependencies 2019-03-07 08:47:31 -05:00
ptp_clock drivers: ptp_clock: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pwm kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
rtc kconfig: drivers: rtc: Remove redundant RTC deps. 2019-03-09 09:59:41 -05:00
sensor kconfig: drivers: sensor: Remove redundant dependencies 2019-03-09 09:57:44 -05:00
serial kconfig: drivers: serial: Remove redundant dependencies 2019-03-09 09:57:17 -05:00
spi kconfig: drivers: spi: Remove duplicated dependencies 2019-03-09 09:54:29 -05:00
timer drivers: timer: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
usb drivers: usb: nordic: implement remote wakeup 2019-02-27 10:37:16 +01:00
watchdog drivers: Changed return statement in function get_timeout() 2019-03-03 10:44:06 -05:00
wifi kconfig: drivers: wifi: Remove redundant WIFI deps. 2019-03-09 09:49:26 -05:00
CMakeLists.txt drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00
Kconfig drivers: Add hwinfo API 2019-02-03 12:07:20 -05:00