zephyr/samples/subsys
Torsten Rasmussen d800b4a4d7 drivers: gpio: remove unused GPIO selection
Fixes: #38403

Removing unneeded `imply GPIO` and `CONFIG_GPIO=y` occurrences where no
files are added to the gpio zephyr library.

Also removed `CONFIG_GPIO=y` occurences where this is handled by
defconfigs for the soc or board.

Selection of GPIO without selecting any drivers results in the warning:

> No SOURCES given to Zephyr library: drivers__gpio
>
> Excluding target from build.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-09-28 12:13:23 +02:00
..
audio/sof samples/subsys/audio/sof: add configuration for i.MX8QXP board 2021-09-27 21:52:31 -04:00
canbus cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
console cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cpp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
debug cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
display samples: lvgl: add min_ram to adafruit_2_8_tft_touch_v2 test 2021-08-24 15:40:06 -04:00
edac cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs samples/littlefs: Remove FIXME with PRIxPTR usage 2021-09-21 06:21:59 -04:00
ipc samples: ipc: rpmsg_service: Add support for BL5340 2021-09-23 13:13:51 -04:00
logging cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lorawan/class_a cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mgmt drivers: gpio: remove unused GPIO selection 2021-09-28 12:13:23 +02:00
modbus samples: modbus: update/fix samples.yaml configs 2021-09-27 21:54:56 -04:00
nvs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
pm/device_pm cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
portability cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
settings doc: Fix a few typos in docs/comments/messages 2021-09-03 06:06:59 -04:00
shell shell: remove Kconfig option CONFIG_UART_SHELL_ON_DEV_NAME 2021-08-24 17:15:58 -04:00
task_wdt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
testsuite cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tracing samples: tracing: Add a sample for tracing_user 2021-09-02 06:54:35 -04:00
usb drivers: flash: Kconfig.sam: -depends on and +dfu sample exclude 2021-09-02 13:23:47 -04:00
video cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys.rst