9
0
Fork 0

of: gpio: Fix Kconfig variables to depend on

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2013-12-12 01:29:55 +04:00 committed by Sascha Hauer
parent 537c4abb6f
commit a4dfb8d910
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ config OF_NET
def_bool y
config OF_GPIO
depends on CONFIG_GPIOLIB
depends on CONFIG_OFDEVICE
depends on GPIOLIB
depends on OFDEVICE
def_bool y
config OF_BAREBOX_DRIVERS