xref: /openbmc/linux/drivers/of/Kconfig (revision 6fa612b5)
1f85ff305SStephen Rothwellconfig OF_DEVICE
2f85ff305SStephen Rothwell	def_bool y
36fa612b5SMichal Simek	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
4863fbf49SAnton Vorontsov
5863fbf49SAnton Vorontsovconfig OF_GPIO
6863fbf49SAnton Vorontsov	def_bool y
76fa612b5SMichal Simek	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
8863fbf49SAnton Vorontsov	help
9863fbf49SAnton Vorontsov	  OpenFirmware GPIO accessors
10612212a3SJochen Friedrich
11612212a3SJochen Friedrichconfig OF_I2C
12585468e5SJochen Friedrich	def_tristate I2C
136fa612b5SMichal Simek	depends on (PPC_OF || MICROBLAZE) && I2C
14612212a3SJochen Friedrich	help
15612212a3SJochen Friedrich	  OpenFirmware I2C accessors
16284b0189SGrant Likely
17284b0189SGrant Likelyconfig OF_SPI
18284b0189SGrant Likely	def_tristate SPI
196fa612b5SMichal Simek	depends on OF && (PPC_OF || MICROBLAZE) && SPI
20284b0189SGrant Likely	help
21284b0189SGrant Likely	  OpenFirmware SPI accessors
22