aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-07-17 06:59:51 +0200
committerTom Rini <trini@konsulko.com>2019-07-29 09:32:10 -0400
commit49b10cb4926285b856b207c1f5bb40c75487f08b (patch)
tree5fabb5d8f10d8f0ab412d6abbe168dbec7965ff9 /drivers/gpio/Kconfig
parent5917d0b877af8d553934c77247f1aa75f2dd048b (diff)
downloadu-boot-49b10cb4926285b856b207c1f5bb40c75487f08b.zip
u-boot-49b10cb4926285b856b207c1f5bb40c75487f08b.tar.gz
u-boot-49b10cb4926285b856b207c1f5bb40c75487f08b.tar.bz2
gpio: fixes for gpio-hog support
recently added gpio hog patch was "in discussion" state with Simon Glass. This patch now adds most of comments from Simon Glass. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 800584f..7d9c97f 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -14,7 +14,7 @@ config DM_GPIO
particular GPIOs that they provide. The uclass interface
is defined in include/asm-generic/gpio.h.
-config DM_GPIO_HOG
+config GPIO_HOG
bool "Enable GPIO hog support"
depends on DM_GPIO
default n