Stephen Rothwell | f85ff30 | 2007-05-01 16:40:36 +1000 | [diff] [blame] | 1 | config OF_DEVICE |
2 | def_bool y | ||||
3 | depends on OF && (SPARC || PPC_OF) | ||||
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 4 | |
5 | config OF_GPIO | ||||
6 | def_bool y | ||||
7 | depends on OF && PPC_OF && HAVE_GPIO_LIB | ||||
8 | help | ||||
9 | OpenFirmware GPIO accessors | ||||
Jochen Friedrich | 612212a | 2008-04-12 05:22:35 +1000 | [diff] [blame^] | 10 | |
11 | config OF_I2C | ||||
12 | def_bool y | ||||
13 | depends on OF && I2C | ||||
14 | help | ||||
15 | OpenFirmware I2C accessors |