diff options
author | Michal Simek <monstr@monstr.eu> | 2009-05-11 09:49:12 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:04 -0400 |
commit | 6fa612b56c575a5235568593eab4240c90608630 (patch) | |
tree | 288ff82b2dd6a6c278785ff34e52bc7bf348d284 /drivers/of/Kconfig | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff) |
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index f821dbc952a4..27f3b81333de 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
@@ -1,21 +1,21 @@ | |||
1 | config OF_DEVICE | 1 | config OF_DEVICE |
2 | def_bool y | 2 | def_bool y |
3 | depends on OF && (SPARC || PPC_OF) | 3 | depends on OF && (SPARC || PPC_OF || MICROBLAZE) |
4 | 4 | ||
5 | config OF_GPIO | 5 | config OF_GPIO |
6 | def_bool y | 6 | def_bool y |
7 | depends on OF && PPC_OF && GPIOLIB | 7 | depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB |
8 | help | 8 | help |
9 | OpenFirmware GPIO accessors | 9 | OpenFirmware GPIO accessors |
10 | 10 | ||
11 | config OF_I2C | 11 | config OF_I2C |
12 | def_tristate I2C | 12 | def_tristate I2C |
13 | depends on PPC_OF && I2C | 13 | depends on (PPC_OF || MICROBLAZE) && I2C |
14 | help | 14 | help |
15 | OpenFirmware I2C accessors | 15 | OpenFirmware I2C accessors |
16 | 16 | ||
17 | config OF_SPI | 17 | config OF_SPI |
18 | def_tristate SPI | 18 | def_tristate SPI |
19 | depends on OF && PPC_OF && SPI | 19 | depends on OF && (PPC_OF || MICROBLAZE) && SPI |
20 | help | 20 | help |
21 | OpenFirmware SPI accessors | 21 | OpenFirmware SPI accessors |