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>
This commit is contained in:
parent
e8eb8a8c2c
commit
d800b4a4d7
5 changed files with 0 additions and 6 deletions
|
@ -10,7 +10,6 @@ config MODEM_QUECTEL_BG9X
|
||||||
select MODEM_IFACE_UART
|
select MODEM_IFACE_UART
|
||||||
select MODEM_SOCKET
|
select MODEM_SOCKET
|
||||||
select NET_SOCKETS_OFFLOAD
|
select NET_SOCKETS_OFFLOAD
|
||||||
imply GPIO
|
|
||||||
help
|
help
|
||||||
Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem
|
Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem
|
||||||
driver.
|
driver.
|
||||||
|
|
|
@ -11,7 +11,6 @@ config MODEM_UBLOX_SARA
|
||||||
select MODEM_SOCKET
|
select MODEM_SOCKET
|
||||||
select NET_OFFLOAD
|
select NET_OFFLOAD
|
||||||
select NET_SOCKETS_OFFLOAD
|
select NET_SOCKETS_OFFLOAD
|
||||||
imply GPIO
|
|
||||||
help
|
help
|
||||||
Choose this setting to enable u-blox SARA-R4 LTE-CatM1/NB-IoT modem
|
Choose this setting to enable u-blox SARA-R4 LTE-CatM1/NB-IoT modem
|
||||||
driver.
|
driver.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
CONFIG_GPIO=y
|
|
||||||
|
|
||||||
CONFIG_PM=y
|
CONFIG_PM=y
|
||||||
CONFIG_PM_DEVICE=y
|
CONFIG_PM_DEVICE=y
|
||||||
CONFIG_PM_DEVICE_RUNTIME=y
|
CONFIG_PM_DEVICE_RUNTIME=y
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
CONFIG_PRINTK=y
|
CONFIG_PRINTK=y
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
CONFIG_GPIO=y
|
|
||||||
|
|
||||||
# OSDP config
|
# OSDP config
|
||||||
CONFIG_OSDP=y
|
CONFIG_OSDP=y
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
CONFIG_PRINTK=y
|
CONFIG_PRINTK=y
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
CONFIG_GPIO=y
|
|
||||||
|
|
||||||
# OSDP config
|
# OSDP config
|
||||||
CONFIG_OSDP=y
|
CONFIG_OSDP=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue