u-boot/drivers/gpio/Kconfig

7 lines
179 B
Plaintext

config DM_GPIO
bool "Enable Driver Model for GPIO drivers"
depends on DM
help
If you want to use driver model for GPIO drivers, say Y.
To use legacy GPIO drivers, say N.