From 8e1938ea8a779e0416c4bf30f3fc0d192985dc13 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 7 Jun 2011 14:37:27 -0600 Subject: [PATCH] --- yaml --- r: 253255 b: refs/heads/master c: 32919a28cc8470b1526f77b2f12cca8841b9ac62 h: refs/heads/master i: 253253: 35081d1584a776fd75cc8192bb31062b7f17cbaf 253251: 5e0269872ef467d2bcb887de40b9e2f81d343cb9 253247: d9397e788c9dc6954dcbc15e7aa5051c414579c5 v: v3 --- [refs] | 2 +- trunk/drivers/gpio/Kconfig | 28 ++++++++-------------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/[refs] b/[refs] index 365988cec103..02b08e3ec9cc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bf8fa04e80a562641f687547053f98670f25cf9 +refs/heads/master: 32919a28cc8470b1526f77b2f12cca8841b9ac62 diff --git a/trunk/drivers/gpio/Kconfig b/trunk/drivers/gpio/Kconfig index 317199796c5f..2967002a9f82 100644 --- a/trunk/drivers/gpio/Kconfig +++ b/trunk/drivers/gpio/Kconfig @@ -87,32 +87,20 @@ config GPIO_IT8761E Say yes here to support GPIO functionality of IT8761E super I/O chip. config GPIO_EXYNOS4 - bool "Samsung Exynos4 GPIO library support" - default y - depends on ARM && CPU_EXYNOS4210 - help - Say yes here to support Samsung Exynos4 series SoCs GPIO library + def_bool y + depends on CPU_EXYNOS4210 config GPIO_PLAT_SAMSUNG - bool "Samsung SoCs GPIO library support" - default y - depends on ARM && SAMSUNG_GPIOLIB_4BIT - help - Say yes here to support Samsung SoCs GPIO library + def_bool y + depends on SAMSUNG_GPIOLIB_4BIT config GPIO_S5PC100 - bool "Samsung S5PC100 GPIO library support" - default y - depends on ARM && CPU_S5PC100 - help - Say yes here to support Samsung S5PC100 SoCs GPIO library + def_bool y + depends on CPU_S5PC100 config GPIO_S5PV210 - bool "Samsung S5PV210/S5PC110 GPIO library support" - default y - depends on ARM && CPU_S5PV210 - help - Say yes here to support Samsung S5PV210/S5PC110 SoCs GPIO library + def_bool y + depends on CPU_S5PV210 config GPIO_PL061 bool "PrimeCell PL061 GPIO support"