zephyr/drivers/gpio
Andre Guedes 55e93f203c gpio: Remove default value from platform-specific options
This patch removes the default value from some platform/SoC specific
options which are declared in drivers/gpio/Kconfig because 1) most of
the time they are not valid values and 2) the correct values are
already set in the SoC Kconfig.

It also moves the interrupt priority definition from the driver's
Kconfig to the platform's Kconfig since it is a platform-specific
configuration.

Change-Id: Id00f7907fa55025011dabce6e282a9623be23831
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-24 17:05:52 +00:00
..
Kconfig gpio: Remove default value from platform-specific options 2016-02-24 17:05:52 +00:00
Kconfig.atmel_sam3 gpio: add driver for Atmel SAM3 PIO controllers 2016-02-05 20:25:29 -05:00
Makefile gpio: add driver for Atmel SAM3 PIO controllers 2016-02-05 20:25:29 -05:00
gpio_atmel_sam3.c gpio: add driver for Atmel SAM3 PIO controllers 2016-02-05 20:25:29 -05:00
gpio_dw.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
gpio_dw.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
gpio_dw_registers.h gpio: dw: Refactor how general interrupt unmasking is proceeded 2016-02-05 20:25:21 -05:00
gpio_mmio.c device: use DEVICE_INIT everwhere 2016-02-05 20:25:25 -05:00
gpio_mmio.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
gpio_pcal9535a.c device: use DEVICE_INIT everwhere 2016-02-05 20:25:25 -05:00
gpio_pcal9535a.h struct packing 2016-02-10 16:21:26 +00:00
gpio_qmsi.c gpio: Enable QMSI driver for Quark D2000 2016-02-20 13:04:34 +00:00
gpio_sch.c device: use DEVICE_INIT everwhere 2016-02-05 20:25:25 -05:00
gpio_sch.h struct packing 2016-02-10 16:21:26 +00:00