Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GPIO Kconfig bug & add BT host driver #1

Merged
merged 2 commits into from
Sep 29, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gpio: Move aspeed Kconfig entry to correct menu
The Aspeed GPIO menu entry was added under "PCI GPIO expanders" which
depends on PCI which may not be enabled for Aspeed. Move the entry to
the "Memory mapped GPIO drivers" which describes the Aspeed GPIO
driver more correctly.

Signed-off-by: Alistair Popple <[email protected]>
  • Loading branch information
apopple committed Sep 29, 2015
commit 155c1c4f0f81c4c8a5469a31146ea1167730cb59
15 changes: 7 additions & 8 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
@@ -120,6 +120,13 @@ config GPIO_ALTERA

If driver is built as a module it will be called gpio-altera.

config GPIO_ASPEED
bool "Aspeed AST2400 GPIO support"
depends on ARCH_ASPEED && OF
select GENERIC_IRQ_CHIP
help
Say Y here to support Aspeed AST2400 GPIO.

config GPIO_BCM_KONA
bool "Broadcom Kona GPIO"
depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST)
@@ -968,14 +975,6 @@ config GPIO_SODAVILLE
select GENERIC_IRQ_CHIP
help
Say Y here to support Intel Sodaville GPIO.

config GPIO_ASPEED
bool "Aspeed AST2400 GPIO support"
depends on ARCH_ASPEED && OF
select GENERIC_IRQ_CHIP
help
Say Y here to support Aspeed AST2400 GPIO.

endmenu

menu "SPI GPIO expanders"