Skip to content

Commit

Permalink
Remove CONFIG_EXPERIMENTAL dependency on CONFIG_GPIO_OF_HELPER as CON…
Browse files Browse the repository at this point in the history
…FIG_EXPERIMENTAL has been removed with 3.9

Signed-off-by: Tobias Müller <[email protected]>
  • Loading branch information
twam authored and RobertCNelson committed Dec 3, 2015
1 parent 1810311 commit 4e96d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ config GPIO_SYSFS
exported to userspace; this can be useful when debugging.

config GPIO_OF_HELPER
bool "GPIO OF helper device"
depends on OF_GPIO && EXPERIMENTAL
bool "GPIO OF helper device (EXPERIMENTAL)"
depends on OF_GPIO
help
Say Y here to add an GPIO OF helper driver

Expand Down

0 comments on commit 4e96d0e

Please sign in to comment.