mirror of https://gitee.com/openkylin/linux.git
ARM: SMDK6410: Allocate more GPIO space for WM1190-EV1
The WM835x has some GPIOs on it, allocate some space so we can use them with gpiolib. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
a3323b72b9
commit
c7a1978719
|
@ -77,6 +77,7 @@ config SMDK6410_WM1190_EV1
|
||||||
depends on MACH_SMDK6410
|
depends on MACH_SMDK6410
|
||||||
select REGULATOR
|
select REGULATOR
|
||||||
select REGULATOR_WM8350
|
select REGULATOR_WM8350
|
||||||
|
select S3C24XX_GPIO_EXTRA64
|
||||||
select MFD_WM8350_I2C
|
select MFD_WM8350_I2C
|
||||||
select MFD_WM8350_CONFIG_MODE_0
|
select MFD_WM8350_CONFIG_MODE_0
|
||||||
select MFD_WM8350_CONFIG_MODE_3
|
select MFD_WM8350_CONFIG_MODE_3
|
||||||
|
|
Loading…
Reference in New Issue