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

Enable PCA955x IO expander in kernel config #132

Closed
shaunmulligan opened this issue Oct 3, 2017 · 3 comments
Closed

Enable PCA955x IO expander in kernel config #132

shaunmulligan opened this issue Oct 3, 2017 · 3 comments
Assignees

Comments

@shaunmulligan
Copy link

shaunmulligan commented Oct 3, 2017

Amber has a PCA955 IO expander module. This IC has support in linux kernel, so I think we just need to enable: GPIO_PCA953X and GPIO_PCA953X_IRQ

config GPIO_PCA953X
	tristate "PCA953x, PCA955x, TCA64xx, and MAX7310 I/O ports"
	depends on I2C
	help
	  Say yes here to provide access to several register-oriented
	  SMBus I/O expanders, made mostly by NXP or TI.  Compatible
	  models include:

	  4 bits:	pca9536, pca9537

	  8 bits:	max7310, pca9534, pca9538, pca9554, pca9557,
	  		tca6408

	  16 bits:	pca9535, pca9539, pca9555, tca6416

config GPIO_PCA953X_IRQ
	bool "Interrupt controller support for PCA953x"
	depends on GPIO_PCA953X=y
	help
	  Say yes here to enable the pca953x to be used as an interrupt
	  controller. It requires the driver to be built in the kernel.
@floion
Copy link
Collaborator

floion commented Oct 25, 2017

Fixed by #136

@floion floion reopened this Nov 1, 2017
@floion
Copy link
Collaborator

floion commented Nov 1, 2017

Reopening as the PR supposed to fix this had some typos.
Should be now fixed by #137

@floion
Copy link
Collaborator

floion commented Nov 1, 2017

Closing this item as #137 was merged

@floion floion closed this as completed Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants