xref: /linux/drivers/of/Kconfig (revision 612212a3f2f053ea68ce9cd16d3deeca7754e8c9)
1f85ff305SStephen Rothwellconfig OF_DEVICE
2f85ff305SStephen Rothwell	def_bool y
3f85ff305SStephen Rothwell	depends on OF && (SPARC || PPC_OF)
4863fbf49SAnton Vorontsov
5863fbf49SAnton Vorontsovconfig OF_GPIO
6863fbf49SAnton Vorontsov	def_bool y
7863fbf49SAnton Vorontsov	depends on OF && PPC_OF && HAVE_GPIO_LIB
8863fbf49SAnton Vorontsov	help
9863fbf49SAnton Vorontsov	  OpenFirmware GPIO accessors
10*612212a3SJochen Friedrich
11*612212a3SJochen Friedrichconfig OF_I2C
12*612212a3SJochen Friedrich	def_bool y
13*612212a3SJochen Friedrich	depends on OF && I2C
14*612212a3SJochen Friedrich	help
15*612212a3SJochen Friedrich	  OpenFirmware I2C accessors
16