gpio: Tighten some gpio driver dependencies
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:04:02 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:40:50 +0000 (08:40 -0600)
commit8a31f18269e28b3201630e96e4d2821dbba0eb70
tree6e682112dcdbd555d1db027c6669f78d7584c3c9
parent7faaa16a471b0b611685dd3872a057f1cb286262
gpio: Tighten some gpio driver dependencies

A large number of gpio drivers cannot build without access to some platform
specific header files. Express those requirements in Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/gpio/Kconfig