zephyr/drivers
Ulf Magnusson 13cb4cbb5f drivers: interrupt_controller: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though, and is
inconsistent.

This will make the auto-generated Kconfig documentation have "No
defaults. Implicitly defaults to n." as well, which is clearer than
'default n if ...'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-03 17:11:31 -04:00
..
adc
aio
bluetooth bt: hci driver over spi: Configure BlueNRG-MS in controller mode 2018-06-29 10:40:25 +02:00
can
clock_control drivers/clock_control: stm32: fix HCLK calculation when using MSI 2018-06-29 10:40:25 +02:00
console drivers: console: rtt: RTT session awareness 2018-06-28 09:36:58 -05:00
counter
crypto
display
dma
entropy
ethernet eth: mcux: Add an option for randomized, but stable MAC address 2018-07-03 17:07:33 -04:00
flash
gpio drivers: gpio: stm32: STM32F7 GPIO support 2018-06-28 08:29:32 -05:00
grove
i2c drivers: i2c: nrfx: Move device tree selection to driver Kconfig 2018-07-02 09:46:22 -05:00
i2s
ieee802154
interrupt_controller drivers: interrupt_controller: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
ipm
led drivers: led: Add LED driver support for NXP PCA9633 2018-07-02 10:25:47 -05:00
led_strip
net
pci
pinmux drivers: pinmux: stm32f4: Added pinmux macros for I2S master 2018-07-03 12:49:03 -05:00
ptp_clock
pwm
rtc
sensor
serial drivers: uart: nrf: fixing interrupt driven API 2018-07-02 10:56:57 +02:00
spi
timer kernel/drivers: fix compile warnings 2018-07-01 22:58:23 +02:00
usb
watchdog
wifi
CMakeLists.txt
Kconfig