X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fgpio%2FKconfig;h=c3f110933a04d2766fc05df28faf2e3f27cc008f;hb=297e6eb8dcf9d90aaf9b0d146cdd502403003d04;hp=a9e9b30f6c27349e86c0597e4fa51b810bee5adf;hpb=0ac03fbab51c72fa978569a831c001c4ddad8e2a;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index a9e9b30..c3f1109 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -87,7 +87,8 @@ config ALTERA_PIO config BCM6345_GPIO bool "BCM6345 GPIO driver" depends on DM_GPIO && (ARCH_BMIPS || ARCH_BCM68360 || \ - ARCH_BCM6858 || ARCH_BCM63158) + ARCH_BCM6858 || ARCH_BCM63158 || \ + ARCH_BCM6753) help This driver supports the GPIO banks on BCM6345 SoCs. @@ -126,6 +127,13 @@ config ATMEL_PIO4 may be dedicated as a general purpose I/O or be assigned to a function of an embedded peripheral. +config ASPEED_GPIO + bool "Aspeed GPIO Driver" + help + Say yes here to support the Aspeed GPIO driver. The controller + is found in the AST2400, AST2500 and AST2600 BMC SoCs and + provides access to over 200 GPIOs on each chip. + config DA8XX_GPIO bool "DA8xx GPIO Driver" help