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/gpio | |
parent | 873a2e89c5e32a5c72a9ece76fcb871358ae22d2 (diff) |
microblaze: Kconfig: Enable drivers for Microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index edb02530e461..11f373971fa5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -69,7 +69,7 @@ comment "Memory mapped GPIO expanders:" | |||
69 | 69 | ||
70 | config GPIO_XILINX | 70 | config GPIO_XILINX |
71 | bool "Xilinx GPIO support" | 71 | bool "Xilinx GPIO support" |
72 | depends on PPC_OF | 72 | depends on PPC_OF || MICROBLAZE |
73 | help | 73 | help |
74 | Say yes here to support the Xilinx FPGA GPIO device | 74 | Say yes here to support the Xilinx FPGA GPIO device |
75 | 75 | ||