]> git.dujemihanovic.xyz Git - u-boot.git/commit
button: gpio: add DM_GPIO dependency
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:37:52 +0000 (21:37 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:39:06 +0000 (12:39 +0200)
commit1b34339c5064b2527bc597382bffe39694025d8a
tree1c32ac4cca4adb2d9ca5a5db9987ad34b5e13853
parente9e73d78a8fb5566fdb306482945f6c9ff45c2a9
button: gpio: add DM_GPIO dependency

The gpio-button driver depends on DM_GPIO, add it to Kconfig to avoid
build errors.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/button/Kconfig